Html Css Color HEX #880FB1 Dark Violet

📋 copy color: '#880FB1'

red 136 ◦ green 15 ◦ blue 177

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

Shades of Dark Violet #880FB1

Tints of Dark Violet #880FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 53.96%

R = 41.46%
G = 4.57%
B = 53.96%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#880FB1 (or 0x880FB1) is known color: Dark Violet. HEX triplet: 88, 0F and B1. RGB value is (136,15,177). Sum of RGB (Red+Green+Blue) = 136+15+177=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 177 (69.53% from 255 or 53.96% from 328); Max value from RGB is 177 - color contains mainly: blue. Hex color #880FB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880FB1 is #77F04E. Grayscale: #454545. Windows color (decimal): -7860303 or 11603848. OLE color: 11603848.

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

Color convert

RGB 136 15 177 -
CMYK 0.23 0.92 0 0.31
HSL 284.81º 0.84% 0.38% -
HSV(B) 284.81º 0.92% 0.69% -
XYZ 18.26 8.75 42.32 -
YUV 69.65 188.59 175.33 -
System Red Green Blue C M Y K H S L
Decimal 136 15 177 0.23 0.92 0 0.31 284.81 0.84 0.38
Hex 88 F B1 17 5C 0 1F 11D 54 26
Octal 210 17 261 27 134 0 37 435 124 46
Binary 10001000 1111 10110001 10111 1011100 0 11111 100011101 1010100 100110

Color Harmonies of #880FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880FB1

Black with #880FB1

Text Example


Text Example

White with #880FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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