Html Css Color HEX #8518BE Dark Violet

📋 copy color: '#8518BE'

red 133 ◦ green 24 ◦ blue 190

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

Shades of Dark Violet #8518BE

Tints of Dark Violet #8518BE

RGB

 RED value IS 133 (52.34% from 255) = 38.33%

 GREEN value IS 24 (9.77% from 255) = 6.92%

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

R = 38.33%
G = 6.92%
B = 54.76%

CMYK

 C value IS 0.3

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8518BE (or 0x8518BE) is known color: Dark Violet. HEX triplet: 85, 18 and BE. RGB value is (133,24,190). Sum of RGB (Red+Green+Blue) = 133+24+190=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #8518BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8518BE is #7AE741. Grayscale: #4A4A4A. Windows color (decimal): -8054594 or 12458117. OLE color: 12458117.

HSL color Cylindrical-coordinate representation of color #8518BE: hue angle of 279.4º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8518BE is Cyan = 0.3, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 24 190 -
CMYK 0.3 0.87 0 0.25
HSL 279.4º 0.78% 0.42% -
HSV(B) 279.4º 0.87% 0.75% -
XYZ 19.29 9.36 49.5 -
YUV 75.52 192.61 169 -
System Red Green Blue C M Y K H S L
Decimal 133 24 190 0.3 0.87 0 0.25 279.4 0.78 0.42
Hex 85 18 BE 1E 57 0 19 117 4E 2A
Octal 205 30 276 36 127 0 31 427 116 52
Binary 10000101 11000 10111110 11110 1010111 0 11001 100010111 1001110 101010

Color Harmonies of #8518BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8518BE

Black with #8518BE

Text Example


Text Example

White with #8518BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,24,190); }

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

background-color css

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

 a { background-color: rgb(133,24,190); }

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

border-color css

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

 span { border-color: rgb(133,24,190); }

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