Html Css Color HEX #930288 Dark Magenta

📋 copy color: '#930288'

red 147 ◦ green 2 ◦ blue 136

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

Shades of Dark Magenta #930288

Tints of Dark Magenta #930288

RGB

 RED value IS 147 (57.81% from 255) = 51.58%

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 136 (53.52% from 255) = 47.72%

R = 51.58%
G = 0.7%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#930288 (or 0x930288) is known color: Dark Magenta. HEX triplet: 93, 02 and 88. RGB value is (147,2,136). Sum of RGB (Red+Green+Blue) = 147+2+136=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #930288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930288 is #6CFD77. Grayscale: #3C3C3C. Windows color (decimal): -7142776 or 8913555. OLE color: 8913555.

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

Color convert

RGB 147 2 136 -
CMYK 0 0.99 0.07 0.42
HSL 304.55º 0.97% 0.29% -
HSV(B) 304.55º 0.99% 0.58% -
XYZ 16.5 8.02 23.97 -
YUV 60.63 170.54 189.6 -
System Red Green Blue C M Y K H S L
Decimal 147 2 136 0 0.99 0.07 0.42 304.55 0.97 0.29
Hex 93 2 88 0 63 7 2A 131 61 1D
Octal 223 2 210 0 143 7 52 461 141 35
Binary 10010011 10 10001000 0 1100011 111 101010 100110001 1100001 11101

Color Harmonies of #930288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930288

Black with #930288

Text Example


Text Example

White with #930288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930288; }

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

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

background-color css

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

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

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

border-color css

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

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

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