Html Css Color HEX #9606C6 Dark Violet

📋 copy color: '#9606C6'

red 150 ◦ green 6 ◦ blue 198

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

Shades of Dark Violet #9606C6

Tints of Dark Violet #9606C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 55.93%

R = 42.37%
G = 1.69%
B = 55.93%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9606C6 (or 0x9606C6) is known color: Dark Violet. HEX triplet: 96, 06 and C6. RGB value is (150,6,198). Sum of RGB (Red+Green+Blue) = 150+6+198=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 198 (77.73% from 255 or 55.93% from 354); Max value from RGB is 198 - color contains mainly: blue. Hex color #9606C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9606C6 is #69F939. Grayscale: #464646. Windows color (decimal): -6945082 or 12977814. OLE color: 12977814.

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

Color convert

RGB 150 6 198 -
CMYK 0.24 0.97 0 0.22
HSL 285º 0.94% 0.4% -
HSV(B) 285º 0.97% 0.78% -
XYZ 22.84 10.69 54.29 -
YUV 70.94 199.71 184.39 -
System Red Green Blue C M Y K H S L
Decimal 150 6 198 0.24 0.97 0 0.22 285 0.94 0.4
Hex 96 6 C6 18 61 0 16 11D 5E 28
Octal 226 6 306 30 141 0 26 435 136 50
Binary 10010110 110 11000110 11000 1100001 0 10110 100011101 1011110 101000

Color Harmonies of #9606C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9606C6

Black with #9606C6

Text Example


Text Example

White with #9606C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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