Html Css Color HEX #8514DB Blue Violet

📋 copy color: '#8514DB'

red 133 ◦ green 20 ◦ blue 219

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

Shades of Blue Violet #8514DB

Tints of Blue Violet #8514DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.87%

R = 35.75%
G = 5.38%
B = 58.87%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8514DB (or 0x8514DB) is known color: Blue Violet. HEX triplet: 85, 14 and DB. RGB value is (133,20,219). Sum of RGB (Red+Green+Blue) = 133+20+219=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #8514DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8514DB is #7AEB24. Grayscale: #4B4B4B. Windows color (decimal): -8055589 or 14357637. OLE color: 14357637.

HSL color Cylindrical-coordinate representation of color #8514DB: hue angle of 274.07º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8514DB is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 20 219 -
CMYK 0.39 0.91 0 0.14
HSL 274.07º 0.83% 0.47% -
HSV(B) 274.07º 0.91% 0.86% -
XYZ 22.71 10.6 67.87 -
YUV 76.47 208.44 168.32 -
System Red Green Blue C M Y K H S L
Decimal 133 20 219 0.39 0.91 0 0.14 274.07 0.83 0.47
Hex 85 14 DB 27 5B 0 E 112 53 2F
Octal 205 24 333 47 133 0 16 422 123 57
Binary 10000101 10100 11011011 100111 1011011 0 1110 100010010 1010011 101111

Color Harmonies of #8514DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8514DB

Black with #8514DB

Text Example


Text Example

White with #8514DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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