Html Css Color HEX #8514F8 Blue Violet

📋 copy color: '#8514F8'

red 133 ◦ green 20 ◦ blue 248

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

Shades of Blue Violet #8514F8

Tints of Blue Violet #8514F8

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.99%

 BLUE value IS 248 (97.27% from 255) = 61.85%

R = 33.17%
G = 4.99%
B = 61.85%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8514F8 (or 0x8514F8) is known color: Blue Violet. HEX triplet: 85, 14 and F8. RGB value is (133,20,248). Sum of RGB (Red+Green+Blue) = 133+20+248=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 248 (97.27% from 255 or 61.85% from 401); Max value from RGB is 248 - color contains mainly: blue. Hex color #8514F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8514F8 is #7AEB07. Grayscale: #4E4E4E. Windows color (decimal): -8055560 or 16258181. OLE color: 16258181.

HSL color Cylindrical-coordinate representation of color #8514F8: hue angle of 269.74º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8514F8 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 20 248 -
CMYK 0.46 0.92 0 0.03
HSL 269.74º 0.94% 0.53% -
HSV(B) 269.74º 0.92% 0.97% -
XYZ 26.87 12.26 89.76 -
YUV 79.78 222.94 165.96 -
System Red Green Blue C M Y K H S L
Decimal 133 20 248 0.46 0.92 0 0.03 269.74 0.94 0.53
Hex 85 14 F8 2E 5C 0 3 10E 5E 35
Octal 205 24 370 56 134 0 3 416 136 65
Binary 10000101 10100 11111000 101110 1011100 0 11 100001110 1011110 110101

Color Harmonies of #8514F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8514F8

Black with #8514F8

Text Example


Text Example

White with #8514F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8514F8; }

 p { color: rgb(133,20,248); }

 H1.HeaderClassName
 {
   color: #8514F8;
 }
 .AnyTagClassName
 {
   color: #8514F8;
 }
</style>

background-color css

<style>
 a { background-color: #8514F8; }

 a { background-color: rgb(133,20,248); }

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

border-color css

<style>
 span { border-color: #8514F8; }

 span { border-color: rgb(133,20,248); }

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