Html Css Color HEX #8912D2 Dark Violet

📋 copy color: '#8912D2'

red 137 ◦ green 18 ◦ blue 210

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

Shades of Dark Violet #8912D2

Tints of Dark Violet #8912D2

RGB

 RED value IS 137 (53.91% from 255) = 37.53%

 GREEN value IS 18 (7.42% from 255) = 4.93%

 BLUE value IS 210 (82.42% from 255) = 57.53%

R = 37.53%
G = 4.93%
B = 57.53%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8912D2 (or 0x8912D2) is known color: Dark Violet. HEX triplet: 89, 12 and D2. RGB value is (137,18,210). Sum of RGB (Red+Green+Blue) = 137+18+210=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 210 (82.42% from 255 or 57.53% from 365); Max value from RGB is 210 - color contains mainly: blue. Hex color #8912D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8912D2 is #76ED2D. Grayscale: #4A4A4A. Windows color (decimal): -7793966 or 13767305. OLE color: 13767305.

HSL color Cylindrical-coordinate representation of color #8912D2: hue angle of 277.19º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8912D2 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 18 210 -
CMYK 0.35 0.91 0 0.18
HSL 277.19º 0.84% 0.45% -
HSV(B) 277.19º 0.91% 0.82% -
XYZ 22.17 10.4 61.81 -
YUV 75.47 203.92 171.89 -
System Red Green Blue C M Y K H S L
Decimal 137 18 210 0.35 0.91 0 0.18 277.19 0.84 0.45
Hex 89 12 D2 23 5B 0 12 115 54 2D
Octal 211 22 322 43 133 0 22 425 124 55
Binary 10001001 10010 11010010 100011 1011011 0 10010 100010101 1010100 101101

Color Harmonies of #8912D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8912D2

Black with #8912D2

Text Example


Text Example

White with #8912D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8912D2; }

 p { color: rgb(137,18,210); }

 H1.HeaderClassName
 {
   color: #8912D2;
 }
 .AnyTagClassName
 {
   color: #8912D2;
 }
</style>

background-color css

<style>
 a { background-color: #8912D2; }

 a { background-color: rgb(137,18,210); }

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

border-color css

<style>
 span { border-color: #8912D2; }

 span { border-color: rgb(137,18,210); }

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