Html Css Color HEX #8A11BD Dark Violet

📋 copy color: '#8A11BD'

red 138 ◦ green 17 ◦ blue 189

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

Shades of Dark Violet #8A11BD

Tints of Dark Violet #8A11BD

RGB

 RED value IS 138 (54.3% from 255) = 40.12%

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

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

R = 40.12%
G = 4.94%
B = 54.94%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A11BD (or 0x8A11BD) is known color: Dark Violet. HEX triplet: 8A, 11 and BD. RGB value is (138,17,189). Sum of RGB (Red+Green+Blue) = 138+17+189=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A11BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A11BD is #75EE42. Grayscale: #484848. Windows color (decimal): -7728707 or 12390794. OLE color: 12390794.

HSL color Cylindrical-coordinate representation of color #8A11BD: hue angle of 282.21º 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 #8A11BD is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 17 189 -
CMYK 0.27 0.91 0 0.26
HSL 282.21º 0.83% 0.4% -
HSV(B) 282.21º 0.91% 0.74% -
XYZ 19.87 9.48 48.93 -
YUV 72.79 193.59 174.51 -
System Red Green Blue C M Y K H S L
Decimal 138 17 189 0.27 0.91 0 0.26 282.21 0.83 0.4
Hex 8A 11 BD 1B 5B 0 1A 11A 53 28
Octal 212 21 275 33 133 0 32 432 123 50
Binary 10001010 10001 10111101 11011 1011011 0 11010 100011010 1010011 101000

Color Harmonies of #8A11BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A11BD

Black with #8A11BD

Text Example


Text Example

White with #8A11BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A11BD; }

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

 H1.HeaderClassName
 {
   color: #8A11BD;
 }
 .AnyTagClassName
 {
   color: #8A11BD;
 }
</style>

background-color css

<style>
 a { background-color: #8A11BD; }

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

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

border-color css

<style>
 span { border-color: #8A11BD; }

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

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