Html Css Color HEX #9213DB Dark Violet

📋 copy color: '#9213DB'

red 146 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #9213DB

Tints of Dark Violet #9213DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.95%

 BLUE value IS 219 (85.94% from 255) = 57.03%

R = 38.02%
G = 4.95%
B = 57.03%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9213DB (or 0x9213DB) is known color: Dark Violet. HEX triplet: 92, 13 and DB. RGB value is (146,19,219). Sum of RGB (Red+Green+Blue) = 146+19+219=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #9213DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9213DB is #6DEC24. Grayscale: #4F4F4F. Windows color (decimal): -7203877 or 14357394. OLE color: 14357394.

HSL color Cylindrical-coordinate representation of color #9213DB: hue angle of 278.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9213DB is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 19 219 -
CMYK 0.33 0.91 0 0.14
HSL 278.1º 0.84% 0.47% -
HSV(B) 278.1º 0.91% 0.86% -
XYZ 24.87 11.69 67.96 -
YUV 79.77 206.58 175.24 -
System Red Green Blue C M Y K H S L
Decimal 146 19 219 0.33 0.91 0 0.14 278.1 0.84 0.47
Hex 92 13 DB 21 5B 0 E 116 54 2F
Octal 222 23 333 41 133 0 16 426 124 57
Binary 10010010 10011 11011011 100001 1011011 0 1110 100010110 1010100 101111

Color Harmonies of #9213DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9213DB

Black with #9213DB

Text Example


Text Example

White with #9213DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9213DB; }

 p { color: rgb(146,19,219); }

 H1.HeaderClassName
 {
   color: #9213DB;
 }
 .AnyTagClassName
 {
   color: #9213DB;
 }
</style>

background-color css

<style>
 a { background-color: #9213DB; }

 a { background-color: rgb(146,19,219); }

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

border-color css

<style>
 span { border-color: #9213DB; }

 span { border-color: rgb(146,19,219); }

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