Html Css Color HEX #920FAC Dark Magenta

📋 copy color: '#920FAC'

red 146 ◦ green 15 ◦ blue 172

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

Shades of Dark Magenta #920FAC

Tints of Dark Magenta #920FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.65%

R = 43.84%
G = 4.5%
B = 51.65%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#920FAC (or 0x920FAC) is known color: Dark Magenta. HEX triplet: 92, 0F and AC. RGB value is (146,15,172). Sum of RGB (Red+Green+Blue) = 146+15+172=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #920FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920FAC is #6DF053. Grayscale: #474747. Windows color (decimal): -7204948 or 11276178. OLE color: 11276178.

HSL color Cylindrical-coordinate representation of color #920FAC: hue angle of 290.06º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920FAC is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 15 172 -
CMYK 0.15 0.91 0 0.33
HSL 290.06º 0.84% 0.37% -
HSV(B) 290.06º 0.91% 0.67% -
XYZ 19.47 9.43 39.82 -
YUV 72.07 184.4 180.73 -
System Red Green Blue C M Y K H S L
Decimal 146 15 172 0.15 0.91 0 0.33 290.06 0.84 0.37
Hex 92 F AC F 5B 0 21 122 54 25
Octal 222 17 254 17 133 0 41 442 124 45
Binary 10010010 1111 10101100 1111 1011011 0 100001 100100010 1010100 100101

Color Harmonies of #920FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920FAC

Black with #920FAC

Text Example


Text Example

White with #920FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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