Html Css Color HEX #9609D6 Dark Violet

📋 copy color: '#9609D6'

red 150 ◦ green 9 ◦ blue 214

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

Shades of Dark Violet #9609D6

Tints of Dark Violet #9609D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.37%

R = 40.21%
G = 2.41%
B = 57.37%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9609D6 (or 0x9609D6) is known color: Dark Violet. HEX triplet: 96, 09 and D6. RGB value is (150,9,214). Sum of RGB (Red+Green+Blue) = 150+9+214=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 214 (83.98% from 255 or 57.37% from 373); Max value from RGB is 214 - color contains mainly: blue. Hex color #9609D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9609D6 is #69F629. Grayscale: #494949. Windows color (decimal): -6944298 or 14027158. OLE color: 14027158.

HSL color Cylindrical-coordinate representation of color #9609D6: hue angle of 281.27º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9609D6 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 9 214 -
CMYK 0.30 0.96 0 0.16
HSL 281.27º 0.92% 0.44% -
HSV(B) 281.27º 0.96% 0.84% -
XYZ 24.81 11.53 64.54 -
YUV 74.53 206.71 181.83 -
System Red Green Blue C M Y K H S L
Decimal 150 9 214 0.30 0.96 0 0.16 281.27 0.92 0.44
Hex 96 9 D6 1E 60 0 10 119 5C 2C
Octal 226 11 326 36 140 0 20 431 134 54
Binary 10010110 1001 11010110 11110 1100000 0 10000 100011001 1011100 101100

Color Harmonies of #9609D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9609D6

Black with #9609D6

Text Example


Text Example

White with #9609D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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