Html Css Color HEX #9609DF Dark Violet

📋 copy color: '#9609DF'

red 150 ◦ green 9 ◦ blue 223

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

Shades of Dark Violet #9609DF

Tints of Dark Violet #9609DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.38%

R = 39.27%
G = 2.36%
B = 58.38%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9609DF (or 0x9609DF) is known color: Dark Violet. HEX triplet: 96, 09 and DF. RGB value is (150,9,223). Sum of RGB (Red+Green+Blue) = 150+9+223=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #9609DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9609DF is #69F620. Grayscale: #4A4A4A. Windows color (decimal): -6944289 or 14616982. OLE color: 14616982.

HSL color Cylindrical-coordinate representation of color #9609DF: hue angle of 279.53º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9609DF is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 9 223 -
CMYK 0.33 0.96 0 0.13
HSL 279.53º 0.92% 0.45% -
HSV(B) 279.53º 0.96% 0.87% -
XYZ 25.99 12.01 70.76 -
YUV 75.56 211.21 181.1 -
System Red Green Blue C M Y K H S L
Decimal 150 9 223 0.33 0.96 0 0.13 279.53 0.92 0.45
Hex 96 9 DF 21 60 0 D 118 5C 2D
Octal 226 11 337 41 140 0 15 430 134 55
Binary 10010110 1001 11011111 100001 1100000 0 1101 100011000 1011100 101101

Color Harmonies of #9609DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9609DF

Black with #9609DF

Text Example


Text Example

White with #9609DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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