#9643C6

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

Shades of Dark Orchid #9643C6

Tints of Dark Orchid #9643C6

Color information

#9643C6 (or 0x9643C6) is unknown color: approx Dark Orchid. HEX triplet: 96, 43 and C6. RGB value is (150,67,198). Sum of RGB (Red+Green+Blue) = 150+67+198=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #9643C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9643C6 is #69BC39. Grayscale: #6A6A6A. Windows color (decimal): -6929466 or 12993430. OLE color: 12993430.

HSL color Cylindrical-coordinate representation of color #9643C6: hue angle of 278.02º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9643C6 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15067198-
CMYK0.240.6600.22
HSL278.02º53.47%51.96%-
HSV(B)278.02º66.16%77.65%-
XYZ24.7814.5854.93-
YUV106.75179.5158.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 67 (26.56% from 255) = 16.14%
BLUE value IS 198 (77.73% from 255) = 47.71%
R=36.14%
G=16.14%
B=47.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150671980.240.6600.22278.0253.4751.96
Hex9643C618420161163534
Octal226103306301020264266564
Binary10010110100001111000110110001000010010110100010110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9643C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9643C6; }

 p { color: rgb(150,67,198); }

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

<style>
 a { background-color: #9643C6; }

 a { background-color: rgb(150,67,198); }

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

<style>
 span { border-color: #9643C6; }

 span { border-color: rgb(150,67,198); }

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