Html Css Color HEX #8518F6 Blue Violet

📋 copy color: '#8518F6'

red 133 ◦ green 24 ◦ blue 246

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

Shades of Blue Violet #8518F6

Tints of Blue Violet #8518F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 61.04%

R = 33%
G = 5.96%
B = 61.04%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8518F6 (or 0x8518F6) is known color: Blue Violet. HEX triplet: 85, 18 and F6. RGB value is (133,24,246). Sum of RGB (Red+Green+Blue) = 133+24+246=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 246 (96.48% from 255 or 61.04% from 403); Max value from RGB is 246 - color contains mainly: blue. Hex color #8518F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8518F6 is #7AE709. Grayscale: #515151. Windows color (decimal): -8054538 or 16128133. OLE color: 16128133.

HSL color Cylindrical-coordinate representation of color #8518F6: hue angle of 269.46º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8518F6 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 24 246 -
CMYK 0.46 0.90 0 0.04
HSL 269.46º 0.93% 0.53% -
HSV(B) 269.46º 0.9% 0.96% -
XYZ 26.63 12.29 88.16 -
YUV 81.9 220.61 164.45 -
System Red Green Blue C M Y K H S L
Decimal 133 24 246 0.46 0.90 0 0.04 269.46 0.93 0.53
Hex 85 18 F6 2E 5A 0 4 10D 5C 35
Octal 205 30 366 56 132 0 4 415 134 65
Binary 10000101 11000 11110110 101110 1011010 0 100 100001101 1011100 110101

Color Harmonies of #8518F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8518F6

Black with #8518F6

Text Example


Text Example

White with #8518F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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