Html Css Color HEX #8912B3 Dark Violet

📋 copy color: '#8912B3'

red 137 ◦ green 18 ◦ blue 179

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

Shades of Dark Violet #8912B3

Tints of Dark Violet #8912B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 53.59%

R = 41.02%
G = 5.39%
B = 53.59%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8912B3 (or 0x8912B3) is known color: Dark Violet. HEX triplet: 89, 12 and B3. RGB value is (137,18,179). Sum of RGB (Red+Green+Blue) = 137+18+179=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #8912B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8912B3 is #76ED4C. Grayscale: #474747. Windows color (decimal): -7793997 or 11735689. OLE color: 11735689.

HSL color Cylindrical-coordinate representation of color #8912B3: hue angle of 284.35º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8912B3 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 18 179 -
CMYK 0.23 0.90 0 0.30
HSL 284.35º 0.82% 0.39% -
HSV(B) 284.35º 0.9% 0.7% -
XYZ 18.67 9.01 43.4 -
YUV 71.94 188.42 174.41 -
System Red Green Blue C M Y K H S L
Decimal 137 18 179 0.23 0.90 0 0.30 284.35 0.82 0.39
Hex 89 12 B3 17 5A 0 1E 11C 52 27
Octal 211 22 263 27 132 0 36 434 122 47
Binary 10001001 10010 10110011 10111 1011010 0 11110 100011100 1010010 100111

Color Harmonies of #8912B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8912B3

Black with #8912B3

Text Example


Text Example

White with #8912B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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