Html Css Color HEX #880BAE Dark Violet

📋 copy color: '#880BAE'

red 136 ◦ green 11 ◦ blue 174

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

Shades of Dark Violet #880BAE

Tints of Dark Violet #880BAE

RGB

 RED value IS 136 (53.52% from 255) = 42.37%

 GREEN value IS 11 (4.69% from 255) = 3.43%

 BLUE value IS 174 (68.36% from 255) = 54.21%

R = 42.37%
G = 3.43%
B = 54.21%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#880BAE (or 0x880BAE) is known color: Dark Violet. HEX triplet: 88, 0B and AE. RGB value is (136,11,174). Sum of RGB (Red+Green+Blue) = 136+11+174=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #880BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880BAE is #77F451. Grayscale: #424242. Windows color (decimal): -7861330 or 11406216. OLE color: 11406216.

HSL color Cylindrical-coordinate representation of color #880BAE: hue angle of 286.01º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880BAE is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 11 174 -
CMYK 0.22 0.94 0 0.32
HSL 286.01º 0.88% 0.36% -
HSV(B) 286.01º 0.94% 0.68% -
XYZ 17.91 8.53 40.75 -
YUV 66.96 188.41 177.25 -
System Red Green Blue C M Y K H S L
Decimal 136 11 174 0.22 0.94 0 0.32 286.01 0.88 0.36
Hex 88 B AE 16 5E 0 20 11E 58 24
Octal 210 13 256 26 136 0 40 436 130 44
Binary 10001000 1011 10101110 10110 1011110 0 100000 100011110 1011000 100100

Color Harmonies of #880BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880BAE

Black with #880BAE

Text Example


Text Example

White with #880BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880BAE; }

 p { color: rgb(136,11,174); }

 H1.HeaderClassName
 {
   color: #880BAE;
 }
 .AnyTagClassName
 {
   color: #880BAE;
 }
</style>

background-color css

<style>
 a { background-color: #880BAE; }

 a { background-color: rgb(136,11,174); }

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

border-color css

<style>
 span { border-color: #880BAE; }

 span { border-color: rgb(136,11,174); }

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