Html Css Color HEX #880BAF Dark Violet

📋 copy color: '#880BAF'

red 136 ◦ green 11 ◦ blue 175

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

Shades of Dark Violet #880BAF

Tints of Dark Violet #880BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.35%

R = 42.24%
G = 3.42%
B = 54.35%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#880BAF (or 0x880BAF) is known color: Dark Violet. HEX triplet: 88, 0B and AF. RGB value is (136,11,175). Sum of RGB (Red+Green+Blue) = 136+11+175=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #880BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880BAF is #77F450. Grayscale: #424242. Windows color (decimal): -7861329 or 11471752. OLE color: 11471752.

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

Color convert

RGB 136 11 175 -
CMYK 0.22 0.94 0 0.31
HSL 285.73º 0.88% 0.36% -
HSV(B) 285.73º 0.94% 0.69% -
XYZ 18.01 8.57 41.26 -
YUV 67.07 188.91 177.16 -
System Red Green Blue C M Y K H S L
Decimal 136 11 175 0.22 0.94 0 0.31 285.73 0.88 0.36
Hex 88 B AF 16 5E 0 1F 11E 58 24
Octal 210 13 257 26 136 0 37 436 130 44
Binary 10001000 1011 10101111 10110 1011110 0 11111 100011110 1011000 100100

Color Harmonies of #880BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880BAF

Black with #880BAF

Text Example


Text Example

White with #880BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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