Html Css Color HEX #8111B4 Dark Violet

📋 copy color: '#8111B4'

red 129 ◦ green 17 ◦ blue 180

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

Shades of Dark Violet #8111B4

Tints of Dark Violet #8111B4

RGB

 RED value IS 129 (50.78% from 255) = 39.57%

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

 BLUE value IS 180 (70.7% from 255) = 55.21%

R = 39.57%
G = 5.21%
B = 55.21%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8111B4 (or 0x8111B4) is known color: Dark Violet. HEX triplet: 81, 11 and B4. RGB value is (129,17,180). Sum of RGB (Red+Green+Blue) = 129+17+180=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #8111B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8111B4 is #7EEE4B. Grayscale: #444444. Windows color (decimal): -8318540 or 11800961. OLE color: 11800961.

HSL color Cylindrical-coordinate representation of color #8111B4: hue angle of 281.23º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8111B4 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 17 180 -
CMYK 0.28 0.91 0 0.29
HSL 281.23º 0.83% 0.39% -
HSV(B) 281.23º 0.91% 0.71% -
XYZ 17.49 8.36 43.87 -
YUV 69.07 190.61 170.75 -
System Red Green Blue C M Y K H S L
Decimal 129 17 180 0.28 0.91 0 0.29 281.23 0.83 0.39
Hex 81 11 B4 1C 5B 0 1D 119 53 27
Octal 201 21 264 34 133 0 35 431 123 47
Binary 10000001 10001 10110100 11100 1011011 0 11101 100011001 1010011 100111

Color Harmonies of #8111B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8111B4

Black with #8111B4

Text Example


Text Example

White with #8111B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8111B4; }

 p { color: rgb(129,17,180); }

 H1.HeaderClassName
 {
   color: #8111B4;
 }
 .AnyTagClassName
 {
   color: #8111B4;
 }
</style>

background-color css

<style>
 a { background-color: #8111B4; }

 a { background-color: rgb(129,17,180); }

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

border-color css

<style>
 span { border-color: #8111B4; }

 span { border-color: rgb(129,17,180); }

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