Html Css Color HEX #8518DD Blue Violet

📋 copy color: '#8518DD'

red 133 ◦ green 24 ◦ blue 221

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

Shades of Blue Violet #8518DD

Tints of Blue Violet #8518DD

RGB

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

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

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

R = 35.19%
G = 6.35%
B = 58.47%

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

#8518DD (or 0x8518DD) is known color: Blue Violet. HEX triplet: 85, 18 and DD. RGB value is (133,24,221). Sum of RGB (Red+Green+Blue) = 133+24+221=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #8518DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8518DD is #7AE722. Grayscale: #4E4E4E. Windows color (decimal): -8054563 or 14489733. OLE color: 14489733.

HSL color Cylindrical-coordinate representation of color #8518DD: hue angle of 273.2º 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 #8518DD is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 24 221 -
CMYK 0.40 0.89 0 0.13
HSL 273.2º 0.8% 0.48% -
HSV(B) 273.2º 0.89% 0.87% -
XYZ 23.05 10.86 69.29 -
YUV 79.05 208.11 166.48 -
System Red Green Blue C M Y K H S L
Decimal 133 24 221 0.40 0.89 0 0.13 273.2 0.8 0.48
Hex 85 18 DD 28 59 0 D 111 50 30
Octal 205 30 335 50 131 0 15 421 120 60
Binary 10000101 11000 11011101 101000 1011001 0 1101 100010001 1010000 110000

Color Harmonies of #8518DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8518DD

Black with #8518DD

Text Example


Text Example

White with #8518DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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