Html Css Color HEX #880FAE Dark Violet

📋 copy color: '#880FAE'

red 136 ◦ green 15 ◦ blue 174

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

Shades of Dark Violet #880FAE

Tints of Dark Violet #880FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.62%

 BLUE value IS 174 (68.36% from 255) = 53.54%

R = 41.85%
G = 4.62%
B = 53.54%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#880FAE (or 0x880FAE) is known color: Dark Violet. HEX triplet: 88, 0F and AE. RGB value is (136,15,174). Sum of RGB (Red+Green+Blue) = 136+15+174=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #880FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880FAE is #77F051. Grayscale: #444444. Windows color (decimal): -7860306 or 11407240. OLE color: 11407240.

HSL color Cylindrical-coordinate representation of color #880FAE: hue angle of 285.66º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880FAE is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 15 174 -
CMYK 0.22 0.91 0 0.32
HSL 285.66º 0.84% 0.37% -
HSV(B) 285.66º 0.91% 0.68% -
XYZ 17.96 8.63 40.76 -
YUV 69.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 136 15 174 0.22 0.91 0 0.32 285.66 0.84 0.37
Hex 88 F AE 16 5B 0 20 11E 54 25
Octal 210 17 256 26 133 0 40 436 124 45
Binary 10001000 1111 10101110 10110 1011011 0 100000 100011110 1010100 100101

Color Harmonies of #880FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880FAE

Black with #880FAE

Text Example


Text Example

White with #880FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,15,174); }

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

background-color css

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

 a { background-color: rgb(136,15,174); }

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

border-color css

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

 span { border-color: rgb(136,15,174); }

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