Html Css Color HEX #880ABB Dark Violet

📋 copy color: '#880ABB'

red 136 ◦ green 10 ◦ blue 187

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

Shades of Dark Violet #880ABB

Tints of Dark Violet #880ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3%

 BLUE value IS 187 (73.44% from 255) = 56.16%

R = 40.84%
G = 3%
B = 56.16%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#880ABB (or 0x880ABB) is known color: Dark Violet. HEX triplet: 88, 0A and BB. RGB value is (136,10,187). Sum of RGB (Red+Green+Blue) = 136+10+187=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #880ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880ABB is #77F544. Grayscale: #434343. Windows color (decimal): -7861573 or 12257928. OLE color: 12257928.

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

Color convert

RGB 136 10 187 -
CMYK 0.27 0.95 0 0.27
HSL 282.71º 0.9% 0.39% -
HSV(B) 282.71º 0.95% 0.73% -
XYZ 19.23 9.04 47.74 -
YUV 67.85 195.24 176.61 -
System Red Green Blue C M Y K H S L
Decimal 136 10 187 0.27 0.95 0 0.27 282.71 0.9 0.39
Hex 88 A BB 1B 5F 0 1B 11B 5A 27
Octal 210 12 273 33 137 0 33 433 132 47
Binary 10001000 1010 10111011 11011 1011111 0 11011 100011011 1011010 100111

Color Harmonies of #880ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880ABB

Black with #880ABB

Text Example


Text Example

White with #880ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,10,187); }

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

background-color css

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

 a { background-color: rgb(136,10,187); }

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

border-color css

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

 span { border-color: rgb(136,10,187); }

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