Html Css Color HEX #880BB6 Dark Violet

📋 copy color: '#880BB6'

red 136 ◦ green 11 ◦ blue 182

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

Shades of Dark Violet #880BB6

Tints of Dark Violet #880BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 55.32%

R = 41.34%
G = 3.34%
B = 55.32%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#880BB6 (or 0x880BB6) is known color: Dark Violet. HEX triplet: 88, 0B and B6. RGB value is (136,11,182). Sum of RGB (Red+Green+Blue) = 136+11+182=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #880BB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BB6 is #77F449. Grayscale: #434343. Windows color (decimal): -7861322 or 11930504. OLE color: 11930504.

HSL color Cylindrical-coordinate representation of color #880BB6: hue angle of 283.86º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880BB6 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 11 182 -
CMYK 0.25 0.94 0 0.29
HSL 283.86º 0.89% 0.38% -
HSV(B) 283.86º 0.94% 0.71% -
XYZ 18.72 8.85 44.98 -
YUV 67.87 192.41 176.6 -
System Red Green Blue C M Y K H S L
Decimal 136 11 182 0.25 0.94 0 0.29 283.86 0.89 0.38
Hex 88 B B6 19 5E 0 1D 11C 59 26
Octal 210 13 266 31 136 0 35 434 131 46
Binary 10001000 1011 10110110 11001 1011110 0 11101 100011100 1011001 100110

Color Harmonies of #880BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880BB6

Black with #880BB6

Text Example


Text Example

White with #880BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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