#9605CF

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

Shades of Dark Violet #9605CF

Tints of Dark Violet #9605CF

Color information

#9605CF (or 0x9605CF) is unknown color: approx Dark Violet. HEX triplet: 96, 05 and CF. RGB value is (150,5,207). Sum of RGB (Red+Green+Blue) = 150+5+207=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #9605CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9605CF is #69FA30. Grayscale: #464646. Windows color (decimal): -6945329 or 13567382. OLE color: 13567382.

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

Color convert

RGB1505207-
CMYK0.280.9800.19
HSL283.07º95.28%41.57%-
HSV(B)283.07º97.58%81.18%-
XYZ23.8911.159.91-
YUV71.38204.54184.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.44%
GREEN value IS 5 (2.34% from 255) = 1.38%
BLUE value IS 207 (81.25% from 255) = 57.18%
R=41.44%
G=1.38%
B=57.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal15052070.280.9800.19283.0795.2841.57
Hex965CF1C6201311b5f2a
Octal22653173414202343313752
Binary10010110101110011111110011000100100111000110111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9605CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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