Html Css Color HEX #9600B9 Dark Violet

📋 copy color: '#9600B9'

red 150 ◦ green 0 ◦ blue 185

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

Shades of Dark Violet #9600B9

Tints of Dark Violet #9600B9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 185 (72.66% from 255) = 55.22%

R = 44.78%
G = 0%
B = 55.22%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9600B9 (or 0x9600B9) is known color: Dark Violet. HEX triplet: 96, 00 and B9. RGB value is (150,0,185). Sum of RGB (Red+Green+Blue) = 150+0+185=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #9600B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9600B9 is #69FF46. Grayscale: #414141. Windows color (decimal): -6946631 or 12124310. OLE color: 12124310.

HSL color Cylindrical-coordinate representation of color #9600B9: hue angle of 288.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600B9 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 0 185 -
CMYK 0.19 1 0 0.27
HSL 288.65º 1% 0.36% -
HSV(B) 288.65º 1% 0.73% -
XYZ 21.33 9.99 46.7 -
YUV 65.94 195.2 187.96 -
System Red Green Blue C M Y K H S L
Decimal 150 0 185 0.19 1 0 0.27 288.65 1 0.36
Hex 96 0 B9 13 64 0 1B 121 64 24
Octal 226 0 271 23 144 0 33 441 144 44
Binary 10010110 0 10111001 10011 1100100 0 11011 100100001 1100100 100100

Color Harmonies of #9600B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9600B9

Black with #9600B9

Text Example


Text Example

White with #9600B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9600B9; }

 p { color: rgb(150,0,185); }

 H1.HeaderClassName
 {
   color: #9600B9;
 }
 .AnyTagClassName
 {
   color: #9600B9;
 }
</style>

background-color css

<style>
 a { background-color: #9600B9; }

 a { background-color: rgb(150,0,185); }

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

border-color css

<style>
 span { border-color: #9600B9; }

 span { border-color: rgb(150,0,185); }

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