Html Css Color HEX #9606BD Dark Violet

📋 copy color: '#9606BD'

red 150 ◦ green 6 ◦ blue 189

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

Shades of Dark Violet #9606BD

Tints of Dark Violet #9606BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.78%

R = 43.48%
G = 1.74%
B = 54.78%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9606BD (or 0x9606BD) is known color: Dark Violet. HEX triplet: 96, 06 and BD. RGB value is (150,6,189). Sum of RGB (Red+Green+Blue) = 150+6+189=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #9606BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9606BD is #69F942. Grayscale: #454545. Windows color (decimal): -6945091 or 12387990. OLE color: 12387990.

HSL color Cylindrical-coordinate representation of color #9606BD: hue angle of 287.21º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9606BD is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 6 189 -
CMYK 0.21 0.97 0 0.26
HSL 287.21º 0.94% 0.38% -
HSV(B) 287.21º 0.97% 0.74% -
XYZ 21.83 10.29 48.98 -
YUV 69.92 195.21 185.12 -
System Red Green Blue C M Y K H S L
Decimal 150 6 189 0.21 0.97 0 0.26 287.21 0.94 0.38
Hex 96 6 BD 15 61 0 1A 11F 5E 26
Octal 226 6 275 25 141 0 32 437 136 46
Binary 10010110 110 10111101 10101 1100001 0 11010 100011111 1011110 100110

Color Harmonies of #9606BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9606BD

Black with #9606BD

Text Example


Text Example

White with #9606BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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