Html Css Color HEX #9606DB Dark Violet

📋 copy color: '#9606DB'

red 150 ◦ green 6 ◦ blue 219

#9606DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9606DB

Tints of Dark Violet #9606DB

RGB

 RED value IS 150 (58.98% from 255) = 40%

 GREEN value IS 6 (2.73% from 255) = 1.6%

 BLUE value IS 219 (85.94% from 255) = 58.4%

R = 40%
G = 1.6%
B = 58.4%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9606DB (or 0x9606DB) is known color: Dark Violet. HEX triplet: 96, 06 and DB. RGB value is (150,6,219). Sum of RGB (Red+Green+Blue) = 150+6+219=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #9606DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9606DB is #69F924. Grayscale: #484848. Windows color (decimal): -6945061 or 14354070. OLE color: 14354070.

HSL color Cylindrical-coordinate representation of color #9606DB: hue angle of 280.56º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9606DB is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 6 219 -
CMYK 0.32 0.97 0 0.14
HSL 280.56º 0.95% 0.44% -
HSV(B) 280.56º 0.97% 0.86% -
XYZ 25.43 11.73 67.94 -
YUV 73.34 210.21 182.68 -
System Red Green Blue C M Y K H S L
Decimal 150 6 219 0.32 0.97 0 0.14 280.56 0.95 0.44
Hex 96 6 DB 20 61 0 E 119 5F 2C
Octal 226 6 333 40 141 0 16 431 137 54
Binary 10010110 110 11011011 100000 1100001 0 1110 100011001 1011111 101100

Color Harmonies of #9606DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9606DB

Black with #9606DB

Text Example


Text Example

White with #9606DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9606DB; }

 p { color: rgb(150,6,219); }

 H1.HeaderClassName
 {
   color: #9606DB;
 }
 .AnyTagClassName
 {
   color: #9606DB;
 }
</style>

background-color css

<style>
 a { background-color: #9606DB; }

 a { background-color: rgb(150,6,219); }

 div.DivClassName
 {
   background-color: #9606DB;
 }
 .BgClassName
 {
   background-color: #9606DB;
 }
</style>

border-color css

<style>
 span { border-color: #9606DB; }

 span { border-color: rgb(150,6,219); }

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