Html Css Color HEX #921374 Dark Purple

📋 copy color: '#921374'

red 146 ◦ green 19 ◦ blue 116

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

Shades of Dark Purple #921374

Tints of Dark Purple #921374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 51.96%
G = 6.76%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#921374 (or 0x921374) is known color: Dark Purple. HEX triplet: 92, 13 and 74. RGB value is (146,19,116). Sum of RGB (Red+Green+Blue) = 146+19+116=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #921374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921374 is #6DEC8B. Grayscale: #434343. Windows color (decimal): -7203980 or 7607186. OLE color: 7607186.

HSL color Cylindrical-coordinate representation of color #921374: hue angle of 314.17º 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 #921374 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 19 116 -
CMYK 0 0.87 0.21 0.43
HSL 314.17º 0.77% 0.32% -
HSV(B) 314.17º 0.87% 0.57% -
XYZ 15.24 7.84 17.23 -
YUV 68.03 155.08 183.61 -
System Red Green Blue C M Y K H S L
Decimal 146 19 116 0 0.87 0.21 0.43 314.17 0.77 0.32
Hex 92 13 74 0 57 15 2B 13A 4D 20
Octal 222 23 164 0 127 25 53 472 115 40
Binary 10010010 10011 1110100 0 1010111 10101 101011 100111010 1001101 100000

Color Harmonies of #921374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921374

Black with #921374

Text Example


Text Example

White with #921374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921374; }

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

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

background-color css

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

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

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

border-color css

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

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

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