Html Css Color HEX #921C9D Dark Magenta

📋 copy color: '#921C9D'

red 146 ◦ green 28 ◦ blue 157

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

Shades of Dark Magenta #921C9D

Tints of Dark Magenta #921C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.46%

 BLUE value IS 157 (61.72% from 255) = 47.43%

R = 44.11%
G = 8.46%
B = 47.43%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#921C9D (or 0x921C9D) is known color: Dark Magenta. HEX triplet: 92, 1C and 9D. RGB value is (146,28,157). Sum of RGB (Red+Green+Blue) = 146+28+157=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #921C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921C9D is #6DE362. Grayscale: #4D4D4D. Windows color (decimal): -7201635 or 10296466. OLE color: 10296466.

HSL color Cylindrical-coordinate representation of color #921C9D: hue angle of 294.88º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921C9D is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 146 28 157 -
CMYK 0.07 0.82 0 0.38
HSL 294.88º 0.7% 0.36% -
HSV(B) 294.88º 0.82% 0.62% -
XYZ 18.36 9.38 32.74 -
YUV 77.99 172.59 176.51 -
System Red Green Blue C M Y K H S L
Decimal 146 28 157 0.07 0.82 0 0.38 294.88 0.7 0.36
Hex 92 1C 9D 7 52 0 26 127 46 24
Octal 222 34 235 7 122 0 46 447 106 44
Binary 10010010 11100 10011101 111 1010010 0 100110 100100111 1000110 100100

Color Harmonies of #921C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921C9D

Black with #921C9D

Text Example


Text Example

White with #921C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921C9D; }

 p { color: rgb(146,28,157); }

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

background-color css

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

 a { background-color: rgb(146,28,157); }

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

border-color css

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

 span { border-color: rgb(146,28,157); }

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