Html Css Color HEX #8518D7 Blue Violet

📋 copy color: '#8518D7'

red 133 ◦ green 24 ◦ blue 215

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

Shades of Blue Violet #8518D7

Tints of Blue Violet #8518D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.8%

R = 35.75%
G = 6.45%
B = 57.8%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8518D7 (or 0x8518D7) is known color: Blue Violet. HEX triplet: 85, 18 and D7. RGB value is (133,24,215). Sum of RGB (Red+Green+Blue) = 133+24+215=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 215 (84.38% from 255 or 57.80% from 372); Max value from RGB is 215 - color contains mainly: blue. Hex color #8518D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8518D7 is #7AE728. Grayscale: #4D4D4D. Windows color (decimal): -8054569 or 14096517. OLE color: 14096517.

HSL color Cylindrical-coordinate representation of color #8518D7: hue angle of 274.24º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8518D7 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 24 215 -
CMYK 0.38 0.89 0 0.16
HSL 274.24º 0.8% 0.47% -
HSV(B) 274.24º 0.89% 0.84% -
XYZ 22.27 10.55 65.15 -
YUV 78.37 205.11 166.97 -
System Red Green Blue C M Y K H S L
Decimal 133 24 215 0.38 0.89 0 0.16 274.24 0.8 0.47
Hex 85 18 D7 26 59 0 10 112 50 2F
Octal 205 30 327 46 131 0 20 422 120 57
Binary 10000101 11000 11010111 100110 1011001 0 10000 100010010 1010000 101111

Color Harmonies of #8518D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8518D7

Black with #8518D7

Text Example


Text Example

White with #8518D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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