Html Css Color HEX #8514FD Blue Violet

📋 copy color: '#8514FD'

red 133 ◦ green 20 ◦ blue 253

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

Shades of Blue Violet #8514FD

Tints of Blue Violet #8514FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.32%

R = 32.76%
G = 4.93%
B = 62.32%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8514FD (or 0x8514FD) is known color: Blue Violet. HEX triplet: 85, 14 and FD. RGB value is (133,20,253). Sum of RGB (Red+Green+Blue) = 133+20+253=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #8514FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8514FD is #7AEB02. Grayscale: #4F4F4F. Windows color (decimal): -8055555 or 16585861. OLE color: 16585861.

HSL color Cylindrical-coordinate representation of color #8514FD: hue angle of 269.1º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8514FD is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 20 253 -
CMYK 0.47 0.92 0 0.01
HSL 269.1º 0.98% 0.54% -
HSV(B) 269.1º 0.92% 0.99% -
XYZ 27.65 12.58 93.9 -
YUV 80.35 225.44 165.55 -
System Red Green Blue C M Y K H S L
Decimal 133 20 253 0.47 0.92 0 0.01 269.1 0.98 0.54
Hex 85 14 FD 2F 5C 0 1 10D 62 36
Octal 205 24 375 57 134 0 1 415 142 66
Binary 10000101 10100 11111101 101111 1011100 0 1 100001101 1100010 110110

Color Harmonies of #8514FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8514FD

Black with #8514FD

Text Example


Text Example

White with #8514FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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