Html Css Color HEX #8511BD Dark Violet

📋 copy color: '#8511BD'

red 133 ◦ green 17 ◦ blue 189

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

Shades of Dark Violet #8511BD

Tints of Dark Violet #8511BD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.01%

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

R = 39.23%
G = 5.01%
B = 55.75%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8511BD (or 0x8511BD) is known color: Dark Violet. HEX triplet: 85, 11 and BD. RGB value is (133,17,189). Sum of RGB (Red+Green+Blue) = 133+17+189=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #8511BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8511BD is #7AEE42. Grayscale: #464646. Windows color (decimal): -8056387 or 12390789. OLE color: 12390789.

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

Color convert

RGB 133 17 189 -
CMYK 0.30 0.91 0 0.26
HSL 280.47º 0.83% 0.4% -
HSV(B) 280.47º 0.91% 0.74% -
XYZ 19.06 9.06 48.89 -
YUV 71.29 194.43 172.01 -
System Red Green Blue C M Y K H S L
Decimal 133 17 189 0.30 0.91 0 0.26 280.47 0.83 0.4
Hex 85 11 BD 1E 5B 0 1A 118 53 28
Octal 205 21 275 36 133 0 32 430 123 50
Binary 10000101 10001 10111101 11110 1011011 0 11010 100011000 1010011 101000

Color Harmonies of #8511BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8511BD

Black with #8511BD

Text Example


Text Example

White with #8511BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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