#9646CF

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

Shades of Dark Orchid #9646CF

Tints of Dark Orchid #9646CF

Color information

#9646CF (or 0x9646CF) is unknown color: approx Dark Orchid. HEX triplet: 96, 46 and CF. RGB value is (150,70,207). Sum of RGB (Red+Green+Blue) = 150+70+207=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #9646CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9646CF is #69B930. Grayscale: #6D6D6D. Windows color (decimal): -6928689 or 13584022. OLE color: 13584022.

HSL color Cylindrical-coordinate representation of color #9646CF: hue angle of 275.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9646CF is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15070207-
CMYK0.280.6600.19
HSL275.04º58.8%54.31%-
HSV(B)275.04º66.18%81.18%-
XYZ26.0315.3760.63-
YUV109.54183156.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 70 (27.73% from 255) = 16.39%
BLUE value IS 207 (81.25% from 255) = 48.48%
R=35.13%
G=16.39%
B=48.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150702070.280.6600.19275.0458.854.31
Hex9646CF1C420131133b36
Octal226106317341020234237366
Binary10010110100011011001111111001000010010011100010011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9646CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9646CF; }

 p { color: rgb(150,70,207); }

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

<style>
 a { background-color: #9646CF; }

 a { background-color: rgb(150,70,207); }

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

<style>
 span { border-color: #9646CF; }

 span { border-color: rgb(150,70,207); }

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