Html Css Color HEX #921273 Dark Purple

📋 copy color: '#921273'

red 146 ◦ green 18 ◦ blue 115

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

Shades of Dark Purple #921273

Tints of Dark Purple #921273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.45%

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 52.33%
G = 6.45%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#921273 (or 0x921273) is known color: Dark Purple. HEX triplet: 92, 12 and 73. RGB value is (146,18,115). Sum of RGB (Red+Green+Blue) = 146+18+115=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #921273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921273 is #6DED8C. Grayscale: #434343. Windows color (decimal): -7204237 or 7541394. OLE color: 7541394.

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

Color convert

RGB 146 18 115 -
CMYK 0 0.88 0.21 0.43
HSL 314.53º 0.78% 0.32% -
HSV(B) 314.53º 0.88% 0.57% -
XYZ 15.16 7.78 16.92 -
YUV 67.33 154.91 184.11 -
System Red Green Blue C M Y K H S L
Decimal 146 18 115 0 0.88 0.21 0.43 314.53 0.78 0.32
Hex 92 12 73 0 58 15 2B 13B 4E 20
Octal 222 22 163 0 130 25 53 473 116 40
Binary 10010010 10010 1110011 0 1011000 10101 101011 100111011 1001110 100000

Color Harmonies of #921273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921273

Black with #921273

Text Example


Text Example

White with #921273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921273; }

 p { color: rgb(146,18,115); }

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

background-color css

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

 a { background-color: rgb(146,18,115); }

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

border-color css

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

 span { border-color: rgb(146,18,115); }

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