Html Css Color HEX #8518DE Blue Violet

📋 copy color: '#8518DE'

red 133 ◦ green 24 ◦ blue 222

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

Shades of Blue Violet #8518DE

Tints of Blue Violet #8518DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.58%

R = 35.09%
G = 6.33%
B = 58.58%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8518DE (or 0x8518DE) is known color: Blue Violet. HEX triplet: 85, 18 and DE. RGB value is (133,24,222). Sum of RGB (Red+Green+Blue) = 133+24+222=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #8518DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8518DE is #7AE721. Grayscale: #4E4E4E. Windows color (decimal): -8054562 or 14555269. OLE color: 14555269.

HSL color Cylindrical-coordinate representation of color #8518DE: hue angle of 273.03º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8518DE is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 24 222 -
CMYK 0.40 0.89 0 0.13
HSL 273.03º 0.8% 0.48% -
HSV(B) 273.03º 0.89% 0.87% -
XYZ 23.18 10.91 69.99 -
YUV 79.16 208.61 166.4 -
System Red Green Blue C M Y K H S L
Decimal 133 24 222 0.40 0.89 0 0.13 273.03 0.8 0.48
Hex 85 18 DE 28 59 0 D 111 50 30
Octal 205 30 336 50 131 0 15 421 120 60
Binary 10000101 11000 11011110 101000 1011001 0 1101 100010001 1010000 110000

Color Harmonies of #8518DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8518DE

Black with #8518DE

Text Example


Text Example

White with #8518DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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