Html Css Color HEX #930295 Dark Magenta

📋 copy color: '#930295'

red 147 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #930295

Tints of Dark Magenta #930295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50%

R = 49.33%
G = 0.67%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#930295 (or 0x930295) is known color: Dark Magenta. HEX triplet: 93, 02 and 95. RGB value is (147,2,149). Sum of RGB (Red+Green+Blue) = 147+2+149=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #930295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930295 is #6CFD6A. Grayscale: #3D3D3D. Windows color (decimal): -7142763 or 9765523. OLE color: 9765523.

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

Color convert

RGB 147 2 149 -
CMYK 0.01 0.99 0 0.42
HSL 299.18º 0.97% 0.3% -
HSV(B) 299.18º 0.99% 0.58% -
XYZ 17.48 8.42 29.14 -
YUV 62.11 177.04 188.55 -
System Red Green Blue C M Y K H S L
Decimal 147 2 149 0.01 0.99 0 0.42 299.18 0.97 0.3
Hex 93 2 95 1 63 0 2A 12B 61 1E
Octal 223 2 225 1 143 0 52 453 141 36
Binary 10010011 10 10010101 1 1100011 0 101010 100101011 1100001 11110

Color Harmonies of #930295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930295

Black with #930295

Text Example


Text Example

White with #930295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930295; }

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

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

background-color css

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

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

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

border-color css

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

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

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