Html Css Color HEX #880F7B Dark Purple

📋 copy color: '#880F7B'

red 136 ◦ green 15 ◦ blue 123

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

Shades of Dark Purple #880F7B

Tints of Dark Purple #880F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.89%

R = 49.64%
G = 5.47%
B = 44.89%

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

#880F7B (or 0x880F7B) is known color: Dark Purple. HEX triplet: 88, 0F and 7B. RGB value is (136,15,123). Sum of RGB (Red+Green+Blue) = 136+15+123=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #880F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F7B is #77F084. Grayscale: #3F3F3F. Windows color (decimal): -7860357 or 8064904. OLE color: 8064904.

HSL color Cylindrical-coordinate representation of color #880F7B: hue angle of 306.45º 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 #880F7B is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 15 123 -
CMYK 0 0.89 0.10 0.47
HSL 306.45º 0.8% 0.3% -
HSV(B) 306.45º 0.89% 0.53% -
XYZ 13.9 7.01 19.36 -
YUV 63.49 161.59 179.72 -
System Red Green Blue C M Y K H S L
Decimal 136 15 123 0 0.89 0.10 0.47 306.45 0.8 0.3
Hex 88 F 7B 0 59 A 2F 132 50 1E
Octal 210 17 173 0 131 12 57 462 120 36
Binary 10001000 1111 1111011 0 1011001 1010 101111 100110010 1010000 11110

Color Harmonies of #880F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F7B

Black with #880F7B

Text Example


Text Example

White with #880F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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