Html Css Color HEX #8913CF Dark Violet

📋 copy color: '#8913CF'

red 137 ◦ green 19 ◦ blue 207

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

Shades of Dark Violet #8913CF

Tints of Dark Violet #8913CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.02%

R = 37.74%
G = 5.23%
B = 57.02%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8913CF (or 0x8913CF) is known color: Dark Violet. HEX triplet: 89, 13 and CF. RGB value is (137,19,207). Sum of RGB (Red+Green+Blue) = 137+19+207=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #8913CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8913CF is #76EC30. Grayscale: #4B4B4B. Windows color (decimal): -7793713 or 13570953. OLE color: 13570953.

HSL color Cylindrical-coordinate representation of color #8913CF: hue angle of 277.66º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8913CF is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 19 207 -
CMYK 0.34 0.91 0 0.19
HSL 277.66º 0.83% 0.44% -
HSV(B) 277.66º 0.91% 0.81% -
XYZ 21.81 10.29 59.87 -
YUV 75.71 202.09 171.71 -
System Red Green Blue C M Y K H S L
Decimal 137 19 207 0.34 0.91 0 0.19 277.66 0.83 0.44
Hex 89 13 CF 22 5B 0 13 116 53 2C
Octal 211 23 317 42 133 0 23 426 123 54
Binary 10001001 10011 11001111 100010 1011011 0 10011 100010110 1010011 101100

Color Harmonies of #8913CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8913CF

Black with #8913CF

Text Example


Text Example

White with #8913CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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