Html Css Color HEX #8514AD Dark Violet

📋 copy color: '#8514AD'

red 133 ◦ green 20 ◦ blue 173

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

Shades of Dark Violet #8514AD

Tints of Dark Violet #8514AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.07%

R = 40.8%
G = 6.13%
B = 53.07%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8514AD (or 0x8514AD) is known color: Dark Violet. HEX triplet: 85, 14 and AD. RGB value is (133,20,173). Sum of RGB (Red+Green+Blue) = 133+20+173=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #8514AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8514AD is #7AEB52. Grayscale: #464646. Windows color (decimal): -8055635 or 11342981. OLE color: 11342981.

HSL color Cylindrical-coordinate representation of color #8514AD: hue angle of 284.31º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8514AD is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 20 173 -
CMYK 0.23 0.88 0 0.32
HSL 284.31º 0.79% 0.38% -
HSV(B) 284.31º 0.88% 0.68% -
XYZ 17.47 8.5 40.26 -
YUV 71.23 185.44 172.06 -
System Red Green Blue C M Y K H S L
Decimal 133 20 173 0.23 0.88 0 0.32 284.31 0.79 0.38
Hex 85 14 AD 17 58 0 20 11C 4F 26
Octal 205 24 255 27 130 0 40 434 117 46
Binary 10000101 10100 10101101 10111 1011000 0 100000 100011100 1001111 100110

Color Harmonies of #8514AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8514AD

Black with #8514AD

Text Example


Text Example

White with #8514AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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