Html Css Color HEX #8518DC Blue Violet

📋 copy color: '#8518DC'

red 133 ◦ green 24 ◦ blue 220

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

Shades of Blue Violet #8518DC

Tints of Blue Violet #8518DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.36%

R = 35.28%
G = 6.37%
B = 58.36%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8518DC (or 0x8518DC) is known color: Blue Violet. HEX triplet: 85, 18 and DC. RGB value is (133,24,220). Sum of RGB (Red+Green+Blue) = 133+24+220=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #8518DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8518DC is #7AE723. Grayscale: #4E4E4E. Windows color (decimal): -8054564 or 14424197. OLE color: 14424197.

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

Color convert

RGB 133 24 220 -
CMYK 0.40 0.89 0 0.14
HSL 273.37º 0.8% 0.48% -
HSV(B) 273.37º 0.89% 0.86% -
XYZ 22.92 10.81 68.59 -
YUV 78.94 207.61 166.56 -
System Red Green Blue C M Y K H S L
Decimal 133 24 220 0.40 0.89 0 0.14 273.37 0.8 0.48
Hex 85 18 DC 28 59 0 E 111 50 30
Octal 205 30 334 50 131 0 16 421 120 60
Binary 10000101 11000 11011100 101000 1011001 0 1110 100010001 1010000 110000

Color Harmonies of #8518DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8518DC

Black with #8518DC

Text Example


Text Example

White with #8518DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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