Html Css Color HEX #880F7A Dark Purple

📋 copy color: '#880F7A'

red 136 ◦ green 15 ◦ blue 122

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

Shades of Dark Purple #880F7A

Tints of Dark Purple #880F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.69%

R = 49.82%
G = 5.49%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#880F7A (or 0x880F7A) is known color: Dark Purple. HEX triplet: 88, 0F and 7A. RGB value is (136,15,122). Sum of RGB (Red+Green+Blue) = 136+15+122=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #880F7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F7A is #77F085. Grayscale: #3F3F3F. Windows color (decimal): -7860358 or 7999368. OLE color: 7999368.

HSL color Cylindrical-coordinate representation of color #880F7A: hue angle of 306.94º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F7A is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 15 122 -
CMYK 0 0.89 0.10 0.47
HSL 306.94º 0.8% 0.3% -
HSV(B) 306.94º 0.89% 0.53% -
XYZ 13.84 6.98 19.03 -
YUV 63.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 136 15 122 0 0.89 0.10 0.47 306.94 0.8 0.3
Hex 88 F 7A 0 59 A 2F 133 50 1E
Octal 210 17 172 0 131 12 57 463 120 36
Binary 10001000 1111 1111010 0 1011001 1010 101111 100110011 1010000 11110

Color Harmonies of #880F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F7A

Black with #880F7A

Text Example


Text Example

White with #880F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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