Html Css Color HEX #880FAF Dark Violet

📋 copy color: '#880FAF'

red 136 ◦ green 15 ◦ blue 175

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

Shades of Dark Violet #880FAF

Tints of Dark Violet #880FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.68%

R = 41.72%
G = 4.6%
B = 53.68%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#880FAF (or 0x880FAF) is known color: Dark Violet. HEX triplet: 88, 0F and AF. RGB value is (136,15,175). Sum of RGB (Red+Green+Blue) = 136+15+175=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #880FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880FAF is #77F050. Grayscale: #444444. Windows color (decimal): -7860305 or 11472776. OLE color: 11472776.

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

Color convert

RGB 136 15 175 -
CMYK 0.22 0.91 0 0.31
HSL 285.38º 0.84% 0.37% -
HSV(B) 285.38º 0.91% 0.69% -
XYZ 18.06 8.67 41.28 -
YUV 69.42 187.59 175.49 -
System Red Green Blue C M Y K H S L
Decimal 136 15 175 0.22 0.91 0 0.31 285.38 0.84 0.37
Hex 88 F AF 16 5B 0 1F 11D 54 25
Octal 210 17 257 26 133 0 37 435 124 45
Binary 10001000 1111 10101111 10110 1011011 0 11111 100011101 1010100 100101

Color Harmonies of #880FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880FAF

Black with #880FAF

Text Example


Text Example

White with #880FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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