Html Css Color HEX #930296 Dark Magenta

📋 copy color: '#930296'

red 147 ◦ green 2 ◦ blue 150

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

Shades of Dark Magenta #930296

Tints of Dark Magenta #930296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.17%

R = 49.16%
G = 0.67%
B = 50.17%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#930296 (or 0x930296) is known color: Dark Magenta. HEX triplet: 93, 02 and 96. RGB value is (147,2,150). Sum of RGB (Red+Green+Blue) = 147+2+150=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #930296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930296 is #6CFD69. Grayscale: #3D3D3D. Windows color (decimal): -7142762 or 9831059. OLE color: 9831059.

HSL color Cylindrical-coordinate representation of color #930296: hue angle of 298.78º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930296 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 147 2 150 -
CMYK 0.02 0.99 0 0.41
HSL 298.78º 0.97% 0.3% -
HSV(B) 298.78º 0.99% 0.59% -
XYZ 17.56 8.45 29.56 -
YUV 62.23 177.54 188.47 -
System Red Green Blue C M Y K H S L
Decimal 147 2 150 0.02 0.99 0 0.41 298.78 0.97 0.3
Hex 93 2 96 2 63 0 29 12B 61 1E
Octal 223 2 226 2 143 0 51 453 141 36
Binary 10010011 10 10010110 10 1100011 0 101001 100101011 1100001 11110

Color Harmonies of #930296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930296

Black with #930296

Text Example


Text Example

White with #930296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930296; }

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

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

background-color css

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

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

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

border-color css

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

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

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