Html Css Color HEX #880ABE Dark Violet

📋 copy color: '#880ABE'

red 136 ◦ green 10 ◦ blue 190

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

Shades of Dark Violet #880ABE

Tints of Dark Violet #880ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.55%

R = 40.48%
G = 2.98%
B = 56.55%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#880ABE (or 0x880ABE) is known color: Dark Violet. HEX triplet: 88, 0A and BE. RGB value is (136,10,190). Sum of RGB (Red+Green+Blue) = 136+10+190=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #880ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880ABE is #77F541. Grayscale: #434343. Windows color (decimal): -7861570 or 12454536. OLE color: 12454536.

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

Color convert

RGB 136 10 190 -
CMYK 0.28 0.95 0 0.25
HSL 282º 0.9% 0.39% -
HSV(B) 282º 0.95% 0.75% -
XYZ 19.56 9.17 49.45 -
YUV 68.19 196.74 176.36 -
System Red Green Blue C M Y K H S L
Decimal 136 10 190 0.28 0.95 0 0.25 282 0.9 0.39
Hex 88 A BE 1C 5F 0 19 11A 5A 27
Octal 210 12 276 34 137 0 31 432 132 47
Binary 10001000 1010 10111110 11100 1011111 0 11001 100011010 1011010 100111

Color Harmonies of #880ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880ABE

Black with #880ABE

Text Example


Text Example

White with #880ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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