Html Css Color HEX #8514BD Dark Violet

📋 copy color: '#8514BD'

red 133 ◦ green 20 ◦ blue 189

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

Shades of Dark Violet #8514BD

Tints of Dark Violet #8514BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.26%

R = 38.89%
G = 5.85%
B = 55.26%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8514BD (or 0x8514BD) is known color: Dark Violet. HEX triplet: 85, 14 and BD. RGB value is (133,20,189). Sum of RGB (Red+Green+Blue) = 133+20+189=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #8514BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8514BD is #7AEB42. Grayscale: #484848. Windows color (decimal): -8055619 or 12391557. OLE color: 12391557.

HSL color Cylindrical-coordinate representation of color #8514BD: hue angle of 280.12º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8514BD is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 20 189 -
CMYK 0.30 0.89 0 0.26
HSL 280.12º 0.81% 0.41% -
HSV(B) 280.12º 0.89% 0.74% -
XYZ 19.11 9.16 48.91 -
YUV 73.05 193.44 170.76 -
System Red Green Blue C M Y K H S L
Decimal 133 20 189 0.30 0.89 0 0.26 280.12 0.81 0.41
Hex 85 14 BD 1E 59 0 1A 118 51 29
Octal 205 24 275 36 131 0 32 430 121 51
Binary 10000101 10100 10111101 11110 1011001 0 11010 100011000 1010001 101001

Color Harmonies of #8514BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8514BD

Black with #8514BD

Text Example


Text Example

White with #8514BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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