Html Css Color HEX #9609B2 Dark Violet

📋 copy color: '#9609B2'

red 150 ◦ green 9 ◦ blue 178

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

Shades of Dark Violet #9609B2

Tints of Dark Violet #9609B2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.67%

 BLUE value IS 178 (69.92% from 255) = 52.82%

R = 44.51%
G = 2.67%
B = 52.82%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9609B2 (or 0x9609B2) is known color: Dark Violet. HEX triplet: 96, 09 and B2. RGB value is (150,9,178). Sum of RGB (Red+Green+Blue) = 150+9+178=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 178 (69.92% from 255 or 52.82% from 337); Max value from RGB is 178 - color contains mainly: blue. Hex color #9609B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9609B2 is #69F64D. Grayscale: #454545. Windows color (decimal): -6944334 or 11667862. OLE color: 11667862.

HSL color Cylindrical-coordinate representation of color #9609B2: hue angle of 290.06º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9609B2 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 9 178 -
CMYK 0.16 0.95 0 0.30
HSL 290.06º 0.9% 0.37% -
HSV(B) 290.06º 0.95% 0.7% -
XYZ 20.71 9.89 42.94 -
YUV 70.43 188.71 184.76 -
System Red Green Blue C M Y K H S L
Decimal 150 9 178 0.16 0.95 0 0.30 290.06 0.9 0.37
Hex 96 9 B2 10 5F 0 1E 122 5A 25
Octal 226 11 262 20 137 0 36 442 132 45
Binary 10010110 1001 10110010 10000 1011111 0 11110 100100010 1011010 100101

Color Harmonies of #9609B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9609B2

Black with #9609B2

Text Example


Text Example

White with #9609B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9609B2; }

 p { color: rgb(150,9,178); }

 H1.HeaderClassName
 {
   color: #9609B2;
 }
 .AnyTagClassName
 {
   color: #9609B2;
 }
</style>

background-color css

<style>
 a { background-color: #9609B2; }

 a { background-color: rgb(150,9,178); }

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

border-color css

<style>
 span { border-color: #9609B2; }

 span { border-color: rgb(150,9,178); }

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