#963BDA

Color #963BDA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #963BDA

Tints of Dark Orchid #963BDA

Color information

#963BDA (or 0x963BDA) is unknown color: approx Dark Orchid. HEX triplet: 96, 3B and DA. RGB value is (150,59,218). Sum of RGB (Red+Green+Blue) = 150+59+218=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #963BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963BDA is #69C425. Grayscale: #676767. Windows color (decimal): -6931494 or 14302102. OLE color: 14302102.

HSL color Cylindrical-coordinate representation of color #963BDA: hue angle of 274.34º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963BDA is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15059218-
CMYK0.310.7300.15
HSL274.34º68.24%54.31%-
HSV(B)274.34º72.94%85.49%-
XYZ26.814.6767.75-
YUV104.34192.15160.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 59 (23.44% from 255) = 13.82%
BLUE value IS 218 (85.55% from 255) = 51.05%
R=35.13%
G=13.82%
B=51.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150592180.310.7300.15274.3468.2454.31
Hex963BDA1F490F1124436
Octal226733323711101742210466
Binary1001011011101111011010111111001001011111000100101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963BDA; }

 p { color: rgb(150,59,218); }

 H1.HeaderClassName
 {
   color: #963BDA;
 }
 .AnyTagClassName
 {
   color: #963BDA;
 }
</style>
background-color css

<style>
 a { background-color: #963BDA; }

 a { background-color: rgb(150,59,218); }

 div.DivClassName
 {
   background-color: #963BDA;
 }
 .BgClassName
 {
   background-color: #963BDA;
 }
</style>
border-color css

<style>
 span { border-color: #963BDA; }

 span { border-color: rgb(150,59,218); }

 td.TdClassName
 {
   border-color: #963BDA;
 }
 .TagClassName
 {
   border-color: #963BDA;
 }
</style>