Html Css Color HEX #880BBA Dark Violet

📋 copy color: '#880BBA'

red 136 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #880BBA

Tints of Dark Violet #880BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.86%

R = 40.84%
G = 3.3%
B = 55.86%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#880BBA (or 0x880BBA) is known color: Dark Violet. HEX triplet: 88, 0B and BA. RGB value is (136,11,186). Sum of RGB (Red+Green+Blue) = 136+11+186=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #880BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BBA is #77F445. Grayscale: #434343. Windows color (decimal): -7861318 or 12192648. OLE color: 12192648.

HSL color Cylindrical-coordinate representation of color #880BBA: hue angle of 282.86º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880BBA is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 11 186 -
CMYK 0.27 0.94 0 0.27
HSL 282.86º 0.89% 0.39% -
HSV(B) 282.86º 0.94% 0.73% -
XYZ 19.14 9.02 47.19 -
YUV 68.33 194.41 176.27 -
System Red Green Blue C M Y K H S L
Decimal 136 11 186 0.27 0.94 0 0.27 282.86 0.89 0.39
Hex 88 B BA 1B 5E 0 1B 11B 59 27
Octal 210 13 272 33 136 0 33 433 131 47
Binary 10001000 1011 10111010 11011 1011110 0 11011 100011011 1011001 100111

Color Harmonies of #880BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880BBA

Black with #880BBA

Text Example


Text Example

White with #880BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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