Html Css Color HEX #9210DD Dark Violet

📋 copy color: '#9210DD'

red 146 ◦ green 16 ◦ blue 221

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

Shades of Dark Violet #9210DD

Tints of Dark Violet #9210DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.18%

 BLUE value IS 221 (86.72% from 255) = 57.7%

R = 38.12%
G = 4.18%
B = 57.7%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9210DD (or 0x9210DD) is known color: Dark Violet. HEX triplet: 92, 10 and DD. RGB value is (146,16,221). Sum of RGB (Red+Green+Blue) = 146+16+221=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #9210DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9210DD is #6DEF22. Grayscale: #4D4D4D. Windows color (decimal): -7204643 or 14487698. OLE color: 14487698.

HSL color Cylindrical-coordinate representation of color #9210DD: hue angle of 278.05º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9210DD is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 16 221 -
CMYK 0.34 0.93 0 0.13
HSL 278.05º 0.86% 0.46% -
HSV(B) 278.05º 0.93% 0.87% -
XYZ 25.09 11.7 69.34 -
YUV 78.24 208.57 176.33 -
System Red Green Blue C M Y K H S L
Decimal 146 16 221 0.34 0.93 0 0.13 278.05 0.86 0.46
Hex 92 10 DD 22 5D 0 D 116 56 2E
Octal 222 20 335 42 135 0 15 426 126 56
Binary 10010010 10000 11011101 100010 1011101 0 1101 100010110 1010110 101110

Color Harmonies of #9210DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9210DD

Black with #9210DD

Text Example


Text Example

White with #9210DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9210DD; }

 p { color: rgb(146,16,221); }

 H1.HeaderClassName
 {
   color: #9210DD;
 }
 .AnyTagClassName
 {
   color: #9210DD;
 }
</style>

background-color css

<style>
 a { background-color: #9210DD; }

 a { background-color: rgb(146,16,221); }

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

border-color css

<style>
 span { border-color: #9210DD; }

 span { border-color: rgb(146,16,221); }

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