Html Css Color HEX #9209D9 Dark Violet

📋 copy color: '#9209D9'

red 146 ◦ green 9 ◦ blue 217

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

Shades of Dark Violet #9209D9

Tints of Dark Violet #9209D9

RGB

 RED value IS 146 (57.42% from 255) = 39.25%

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

 BLUE value IS 217 (85.16% from 255) = 58.33%

R = 39.25%
G = 2.42%
B = 58.33%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9209D9 (or 0x9209D9) is known color: Dark Violet. HEX triplet: 92, 09 and D9. RGB value is (146,9,217). Sum of RGB (Red+Green+Blue) = 146+9+217=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 217 (85.16% from 255 or 58.33% from 372); Max value from RGB is 217 - color contains mainly: blue. Hex color #9209D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9209D9 is #6DF626. Grayscale: #484848. Windows color (decimal): -7206439 or 14223762. OLE color: 14223762.

HSL color Cylindrical-coordinate representation of color #9209D9: hue angle of 279.52º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9209D9 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 9 217 -
CMYK 0.33 0.96 0 0.15
HSL 279.52º 0.92% 0.44% -
HSV(B) 279.52º 0.96% 0.85% -
XYZ 24.48 11.32 66.54 -
YUV 73.68 208.89 179.59 -
System Red Green Blue C M Y K H S L
Decimal 146 9 217 0.33 0.96 0 0.15 279.52 0.92 0.44
Hex 92 9 D9 21 60 0 F 118 5C 2C
Octal 222 11 331 41 140 0 17 430 134 54
Binary 10010010 1001 11011001 100001 1100000 0 1111 100011000 1011100 101100

Color Harmonies of #9209D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9209D9

Black with #9209D9

Text Example


Text Example

White with #9209D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9209D9; }

 p { color: rgb(146,9,217); }

 H1.HeaderClassName
 {
   color: #9209D9;
 }
 .AnyTagClassName
 {
   color: #9209D9;
 }
</style>

background-color css

<style>
 a { background-color: #9209D9; }

 a { background-color: rgb(146,9,217); }

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

border-color css

<style>
 span { border-color: #9209D9; }

 span { border-color: rgb(146,9,217); }

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