Html Css Color HEX #921370 Dark Purple

📋 copy color: '#921370'

red 146 ◦ green 19 ◦ blue 112

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

Shades of Dark Purple #921370

Tints of Dark Purple #921370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

 BLUE value IS 112 (44.14% from 255) = 40.43%

R = 52.71%
G = 6.86%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#921370 (or 0x921370) is known color: Dark Purple. HEX triplet: 92, 13 and 70. RGB value is (146,19,112). Sum of RGB (Red+Green+Blue) = 146+19+112=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #921370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921370 is #6DEC8F. Grayscale: #434343. Windows color (decimal): -7203984 or 7345042. OLE color: 7345042.

HSL color Cylindrical-coordinate representation of color #921370: hue angle of 316.06º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #921370 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 19 112 -
CMYK 0 0.87 0.23 0.43
HSL 316.06º 0.77% 0.32% -
HSV(B) 316.06º 0.87% 0.57% -
XYZ 15.01 7.75 16.03 -
YUV 67.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 146 19 112 0 0.87 0.23 0.43 316.06 0.77 0.32
Hex 92 13 70 0 57 17 2B 13C 4D 20
Octal 222 23 160 0 127 27 53 474 115 40
Binary 10010010 10011 1110000 0 1010111 10111 101011 100111100 1001101 100000

Color Harmonies of #921370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921370

Black with #921370

Text Example


Text Example

White with #921370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921370; }

 p { color: rgb(146,19,112); }

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

background-color css

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

 a { background-color: rgb(146,19,112); }

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

border-color css

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

 span { border-color: rgb(146,19,112); }

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