Html Css Color HEX #921378 Dark Purple

📋 copy color: '#921378'

red 146 ◦ green 19 ◦ blue 120

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

Shades of Dark Purple #921378

Tints of Dark Purple #921378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.11%

R = 51.23%
G = 6.67%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#921378 (or 0x921378) is known color: Dark Purple. HEX triplet: 92, 13 and 78. RGB value is (146,19,120). Sum of RGB (Red+Green+Blue) = 146+19+120=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #921378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921378 is #6DEC87. Grayscale: #444444. Windows color (decimal): -7203976 or 7869330. OLE color: 7869330.

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

Color convert

RGB 146 19 120 -
CMYK 0 0.87 0.18 0.43
HSL 312.28º 0.77% 0.32% -
HSV(B) 312.28º 0.87% 0.57% -
XYZ 15.48 7.93 18.48 -
YUV 68.49 157.08 183.29 -
System Red Green Blue C M Y K H S L
Decimal 146 19 120 0 0.87 0.18 0.43 312.28 0.77 0.32
Hex 92 13 78 0 57 12 2B 138 4D 20
Octal 222 23 170 0 127 22 53 470 115 40
Binary 10010010 10011 1111000 0 1010111 10010 101011 100111000 1001101 100000

Color Harmonies of #921378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921378

Black with #921378

Text Example


Text Example

White with #921378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921378; }

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

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

background-color css

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

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

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

border-color css

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

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

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