Html Css Color HEX #880093 Dark Magenta

📋 copy color: '#880093'

red 136 ◦ green 0 ◦ blue 147

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

Shades of Dark Magenta #880093

Tints of Dark Magenta #880093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 51.94%

R = 48.06%
G = 0%
B = 51.94%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#880093 (or 0x880093) is known color: Dark Magenta. HEX triplet: 88, 00 and 93. RGB value is (136,0,147). Sum of RGB (Red+Green+Blue) = 136+0+147=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #880093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880093 is #77FF6C. Grayscale: #383838. Windows color (decimal): -7864173 or 9633928. OLE color: 9633928.

HSL color Cylindrical-coordinate representation of color #880093: hue angle of 295.51º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880093 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 0 147 -
CMYK 0.07 1 0 0.42
HSL 295.51º 1% 0.29% -
HSV(B) 295.51º 1% 0.58% -
XYZ 15.42 7.34 28.21 -
YUV 57.42 178.56 184.05 -
System Red Green Blue C M Y K H S L
Decimal 136 0 147 0.07 1 0 0.42 295.51 1 0.29
Hex 88 0 93 7 64 0 2A 128 64 1D
Octal 210 0 223 7 144 0 52 450 144 35
Binary 10001000 0 10010011 111 1100100 0 101010 100101000 1100100 11101

Color Harmonies of #880093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880093

Black with #880093

Text Example


Text Example

White with #880093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880093; }

 p { color: rgb(136,0,147); }

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

background-color css

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

 a { background-color: rgb(136,0,147); }

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

border-color css

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

 span { border-color: rgb(136,0,147); }

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