Html Css Color HEX #880AB6 Dark Violet

📋 copy color: '#880AB6'

red 136 ◦ green 10 ◦ blue 182

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

Shades of Dark Violet #880AB6

Tints of Dark Violet #880AB6

RGB

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

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

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

R = 41.46%
G = 3.05%
B = 55.49%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#880AB6 (or 0x880AB6) is known color: Dark Violet. HEX triplet: 88, 0A and B6. RGB value is (136,10,182). Sum of RGB (Red+Green+Blue) = 136+10+182=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #880AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880AB6 is #77F549. Grayscale: #424242. Windows color (decimal): -7861578 or 11930248. OLE color: 11930248.

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

Color convert

RGB 136 10 182 -
CMYK 0.25 0.95 0 0.29
HSL 283.95º 0.9% 0.38% -
HSV(B) 283.95º 0.95% 0.71% -
XYZ 18.71 8.83 44.97 -
YUV 67.28 192.74 177.01 -
System Red Green Blue C M Y K H S L
Decimal 136 10 182 0.25 0.95 0 0.29 283.95 0.9 0.38
Hex 88 A B6 19 5F 0 1D 11C 5A 26
Octal 210 12 266 31 137 0 35 434 132 46
Binary 10001000 1010 10110110 11001 1011111 0 11101 100011100 1011010 100110

Color Harmonies of #880AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880AB6

Black with #880AB6

Text Example


Text Example

White with #880AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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