Html Css Color HEX #8512B1 Dark Violet

📋 copy color: '#8512B1'

red 133 ◦ green 18 ◦ blue 177

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

Shades of Dark Violet #8512B1

Tints of Dark Violet #8512B1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.49%

 BLUE value IS 177 (69.53% from 255) = 53.96%

R = 40.55%
G = 5.49%
B = 53.96%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8512B1 (or 0x8512B1) is known color: Dark Violet. HEX triplet: 85, 12 and B1. RGB value is (133,18,177). Sum of RGB (Red+Green+Blue) = 133+18+177=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 177 (69.53% from 255 or 53.96% from 328); Max value from RGB is 177 - color contains mainly: blue. Hex color #8512B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8512B1 is #7AED4E. Grayscale: #454545. Windows color (decimal): -8056143 or 11604613. OLE color: 11604613.

HSL color Cylindrical-coordinate representation of color #8512B1: hue angle of 283.4º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8512B1 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 18 177 -
CMYK 0.25 0.90 0 0.31
HSL 283.4º 0.82% 0.38% -
HSV(B) 283.4º 0.9% 0.69% -
XYZ 17.82 8.59 42.31 -
YUV 70.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 133 18 177 0.25 0.90 0 0.31 283.4 0.82 0.38
Hex 85 12 B1 19 5A 0 1F 11B 52 26
Octal 205 22 261 31 132 0 37 433 122 46
Binary 10000101 10010 10110001 11001 1011010 0 11111 100011011 1010010 100110

Color Harmonies of #8512B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8512B1

Black with #8512B1

Text Example


Text Example

White with #8512B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8512B1; }

 p { color: rgb(133,18,177); }

 H1.HeaderClassName
 {
   color: #8512B1;
 }
 .AnyTagClassName
 {
   color: #8512B1;
 }
</style>

background-color css

<style>
 a { background-color: #8512B1; }

 a { background-color: rgb(133,18,177); }

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

border-color css

<style>
 span { border-color: #8512B1; }

 span { border-color: rgb(133,18,177); }

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