Html Css Color HEX #920F99 Dark Magenta

📋 copy color: '#920F99'

red 146 ◦ green 15 ◦ blue 153

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

Shades of Dark Magenta #920F99

Tints of Dark Magenta #920F99

RGB

 RED value IS 146 (57.42% from 255) = 46.5%

 GREEN value IS 15 (6.25% from 255) = 4.78%

 BLUE value IS 153 (60.16% from 255) = 48.73%

R = 46.5%
G = 4.78%
B = 48.73%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#920F99 (or 0x920F99) is known color: Dark Magenta. HEX triplet: 92, 0F and 99. RGB value is (146,15,153). Sum of RGB (Red+Green+Blue) = 146+15+153=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #920F99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920F99 is #6DF066. Grayscale: #454545. Windows color (decimal): -7204967 or 10030994. OLE color: 10030994.

HSL color Cylindrical-coordinate representation of color #920F99: hue angle of 296.96º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920F99 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 146 15 153 -
CMYK 0.05 0.90 0 0.4
HSL 296.96º 0.82% 0.33% -
HSV(B) 296.96º 0.9% 0.6% -
XYZ 17.77 8.75 30.89 -
YUV 69.9 174.9 182.28 -
System Red Green Blue C M Y K H S L
Decimal 146 15 153 0.05 0.90 0 0.4 296.96 0.82 0.33
Hex 92 F 99 5 5A 0 28 129 52 21
Octal 222 17 231 5 132 0 50 451 122 41
Binary 10010010 1111 10011001 101 1011010 0 101000 100101001 1010010 100001

Color Harmonies of #920F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920F99

Black with #920F99

Text Example


Text Example

White with #920F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920F99; }

 p { color: rgb(146,15,153); }

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

background-color css

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

 a { background-color: rgb(146,15,153); }

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

border-color css

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

 span { border-color: rgb(146,15,153); }

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