Html Css Color HEX #8514DF Blue Violet

📋 copy color: '#8514DF'

red 133 ◦ green 20 ◦ blue 223

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

Shades of Blue Violet #8514DF

Tints of Blue Violet #8514DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.31%

R = 35.37%
G = 5.32%
B = 59.31%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8514DF (or 0x8514DF) is known color: Blue Violet. HEX triplet: 85, 14 and DF. RGB value is (133,20,223). Sum of RGB (Red+Green+Blue) = 133+20+223=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #8514DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8514DF is #7AEB20. Grayscale: #4C4C4C. Windows color (decimal): -8055585 or 14619781. OLE color: 14619781.

HSL color Cylindrical-coordinate representation of color #8514DF: hue angle of 273.4º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8514DF is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 20 223 -
CMYK 0.40 0.91 0 0.13
HSL 273.4º 0.84% 0.48% -
HSV(B) 273.4º 0.91% 0.87% -
XYZ 23.24 10.81 70.67 -
YUV 76.93 210.44 167.99 -
System Red Green Blue C M Y K H S L
Decimal 133 20 223 0.40 0.91 0 0.13 273.4 0.84 0.48
Hex 85 14 DF 28 5B 0 D 111 54 30
Octal 205 24 337 50 133 0 15 421 124 60
Binary 10000101 10100 11011111 101000 1011011 0 1101 100010001 1010100 110000

Color Harmonies of #8514DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8514DF

Black with #8514DF

Text Example


Text Example

White with #8514DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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