Html Css Color HEX #8518FA Blue Violet

📋 copy color: '#8518FA'

red 133 ◦ green 24 ◦ blue 250

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

Shades of Blue Violet #8518FA

Tints of Blue Violet #8518FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.43%

R = 32.68%
G = 5.9%
B = 61.43%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8518FA (or 0x8518FA) is known color: Blue Violet. HEX triplet: 85, 18 and FA. RGB value is (133,24,250). Sum of RGB (Red+Green+Blue) = 133+24+250=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #8518FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8518FA is #7AE705. Grayscale: #515151. Windows color (decimal): -8054534 or 16390277. OLE color: 16390277.

HSL color Cylindrical-coordinate representation of color #8518FA: hue angle of 268.94º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8518FA is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 24 250 -
CMYK 0.47 0.90 0 0.02
HSL 268.94º 0.96% 0.54% -
HSV(B) 268.94º 0.9% 0.98% -
XYZ 27.25 12.54 91.43 -
YUV 82.36 222.61 164.12 -
System Red Green Blue C M Y K H S L
Decimal 133 24 250 0.47 0.90 0 0.02 268.94 0.96 0.54
Hex 85 18 FA 2F 5A 0 2 10D 60 36
Octal 205 30 372 57 132 0 2 415 140 66
Binary 10000101 11000 11111010 101111 1011010 0 10 100001101 1100000 110110

Color Harmonies of #8518FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8518FA

Black with #8518FA

Text Example


Text Example

White with #8518FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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