Html Css Color HEX #930883 Dark Magenta

📋 copy color: '#930883'

red 147 ◦ green 8 ◦ blue 131

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

Shades of Dark Magenta #930883

Tints of Dark Magenta #930883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

 BLUE value IS 131 (51.56% from 255) = 45.8%

R = 51.4%
G = 2.8%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#930883 (or 0x930883) is known color: Dark Magenta. HEX triplet: 93, 08 and 83. RGB value is (147,8,131). Sum of RGB (Red+Green+Blue) = 147+8+131=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #930883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930883 is #6CF77C. Grayscale: #3F3F3F. Windows color (decimal): -7141245 or 8587411. OLE color: 8587411.

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

Color convert

RGB 147 8 131 -
CMYK 0 0.95 0.11 0.42
HSL 306.91º 0.9% 0.3% -
HSV(B) 306.91º 0.95% 0.58% -
XYZ 16.22 8.02 22.17 -
YUV 63.58 166.05 187.5 -
System Red Green Blue C M Y K H S L
Decimal 147 8 131 0 0.95 0.11 0.42 306.91 0.9 0.3
Hex 93 8 83 0 5F B 2A 133 5A 1E
Octal 223 10 203 0 137 13 52 463 132 36
Binary 10010011 1000 10000011 0 1011111 1011 101010 100110011 1011010 11110

Color Harmonies of #930883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930883

Black with #930883

Text Example


Text Example

White with #930883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930883; }

 p { color: rgb(147,8,131); }

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

background-color css

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

 a { background-color: rgb(147,8,131); }

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

border-color css

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

 span { border-color: rgb(147,8,131); }

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