Html Css Color HEX #8913BE Dark Violet

📋 copy color: '#8913BE'

red 137 ◦ green 19 ◦ blue 190

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

Shades of Dark Violet #8913BE

Tints of Dark Violet #8913BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.91%

R = 39.6%
G = 5.49%
B = 54.91%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8913BE (or 0x8913BE) is known color: Dark Violet. HEX triplet: 89, 13 and BE. RGB value is (137,19,190). Sum of RGB (Red+Green+Blue) = 137+19+190=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #8913BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8913BE is #76EC41. Grayscale: #494949. Windows color (decimal): -7793730 or 12456841. OLE color: 12456841.

HSL color Cylindrical-coordinate representation of color #8913BE: hue angle of 281.4º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8913BE is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 19 190 -
CMYK 0.28 0.90 0 0.25
HSL 281.4º 0.82% 0.41% -
HSV(B) 281.4º 0.9% 0.75% -
XYZ 19.84 9.5 49.5 -
YUV 73.78 193.59 173.1 -
System Red Green Blue C M Y K H S L
Decimal 137 19 190 0.28 0.90 0 0.25 281.4 0.82 0.41
Hex 89 13 BE 1C 5A 0 19 119 52 29
Octal 211 23 276 34 132 0 31 431 122 51
Binary 10001001 10011 10111110 11100 1011010 0 11001 100011001 1010010 101001

Color Harmonies of #8913BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8913BE

Black with #8913BE

Text Example


Text Example

White with #8913BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8913BE; }

 p { color: rgb(137,19,190); }

 H1.HeaderClassName
 {
   color: #8913BE;
 }
 .AnyTagClassName
 {
   color: #8913BE;
 }
</style>

background-color css

<style>
 a { background-color: #8913BE; }

 a { background-color: rgb(137,19,190); }

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

border-color css

<style>
 span { border-color: #8913BE; }

 span { border-color: rgb(137,19,190); }

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