Html Css Color HEX #8515DC Blue Violet

📋 copy color: '#8515DC'

red 133 ◦ green 21 ◦ blue 220

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

Shades of Blue Violet #8515DC

Tints of Blue Violet #8515DC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.61%

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

R = 35.56%
G = 5.61%
B = 58.82%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8515DC (or 0x8515DC) is known color: Blue Violet. HEX triplet: 85, 15 and DC. RGB value is (133,21,220). Sum of RGB (Red+Green+Blue) = 133+21+220=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #8515DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515DC is #7AEA23. Grayscale: #4C4C4C. Windows color (decimal): -8055332 or 14423429. OLE color: 14423429.

HSL color Cylindrical-coordinate representation of color #8515DC: hue angle of 273.77º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8515DC is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 21 220 -
CMYK 0.40 0.90 0 0.14
HSL 273.77º 0.83% 0.47% -
HSV(B) 273.77º 0.9% 0.86% -
XYZ 22.86 10.69 68.57 -
YUV 77.17 208.61 167.82 -
System Red Green Blue C M Y K H S L
Decimal 133 21 220 0.40 0.90 0 0.14 273.77 0.83 0.47
Hex 85 15 DC 28 5A 0 E 112 53 2F
Octal 205 25 334 50 132 0 16 422 123 57
Binary 10000101 10101 11011100 101000 1011010 0 1110 100010010 1010011 101111

Color Harmonies of #8515DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8515DC

Black with #8515DC

Text Example


Text Example

White with #8515DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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