Html Css Color HEX #8515DD Blue Violet

📋 copy color: '#8515DD'

red 133 ◦ green 21 ◦ blue 221

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

Shades of Blue Violet #8515DD

Tints of Blue Violet #8515DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.93%

R = 35.47%
G = 5.6%
B = 58.93%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8515DD (or 0x8515DD) is known color: Blue Violet. HEX triplet: 85, 15 and DD. RGB value is (133,21,221). Sum of RGB (Red+Green+Blue) = 133+21+221=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #8515DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515DD is #7AEA22. Grayscale: #4C4C4C. Windows color (decimal): -8055331 or 14488965. OLE color: 14488965.

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

Color convert

RGB 133 21 221 -
CMYK 0.40 0.90 0 0.13
HSL 273.6º 0.83% 0.47% -
HSV(B) 273.6º 0.9% 0.87% -
XYZ 22.99 10.74 69.27 -
YUV 77.29 209.11 167.74 -
System Red Green Blue C M Y K H S L
Decimal 133 21 221 0.40 0.90 0 0.13 273.6 0.83 0.47
Hex 85 15 DD 28 5A 0 D 112 53 2F
Octal 205 25 335 50 132 0 15 422 123 57
Binary 10000101 10101 11011101 101000 1011010 0 1101 100010010 1010011 101111

Color Harmonies of #8515DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8515DD

Black with #8515DD

Text Example


Text Example

White with #8515DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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