Html Css Color HEX #92019B Dark Magenta

📋 copy color: '#92019B'

red 146 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #92019B

Tints of Dark Magenta #92019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 155 (60.94% from 255) = 51.32%

R = 48.34%
G = 0.33%
B = 51.32%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#92019B (or 0x92019B) is known color: Dark Magenta. HEX triplet: 92, 01 and 9B. RGB value is (146,1,155). Sum of RGB (Red+Green+Blue) = 146+1+155=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #92019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92019B is #6DFE64. Grayscale: #3D3D3D. Windows color (decimal): -7208549 or 10158482. OLE color: 10158482.

HSL color Cylindrical-coordinate representation of color #92019B: hue angle of 296.49º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92019B is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 146 1 155 -
CMYK 0.06 0.99 0 0.39
HSL 296.49º 0.99% 0.31% -
HSV(B) 296.49º 0.99% 0.61% -
XYZ 17.78 8.5 31.71 -
YUV 61.91 180.54 187.98 -
System Red Green Blue C M Y K H S L
Decimal 146 1 155 0.06 0.99 0 0.39 296.49 0.99 0.31
Hex 92 1 9B 6 63 0 27 128 63 1F
Octal 222 1 233 6 143 0 47 450 143 37
Binary 10010010 1 10011011 110 1100011 0 100111 100101000 1100011 11111

Color Harmonies of #92019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92019B

Black with #92019B

Text Example


Text Example

White with #92019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92019B; }

 p { color: rgb(146,1,155); }

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

background-color css

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

 a { background-color: rgb(146,1,155); }

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

border-color css

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

 span { border-color: rgb(146,1,155); }

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