Html Css Color HEX #921584 Dark Purple

📋 copy color: '#921584'

red 146 ◦ green 21 ◦ blue 132

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

Shades of Dark Purple #921584

Tints of Dark Purple #921584

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.02%

 BLUE value IS 132 (51.95% from 255) = 44.15%

R = 48.83%
G = 7.02%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#921584 (or 0x921584) is known color: Dark Purple. HEX triplet: 92, 15 and 84. RGB value is (146,21,132). Sum of RGB (Red+Green+Blue) = 146+21+132=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #921584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921584 is #6DEA7B. Grayscale: #464646. Windows color (decimal): -7203452 or 8656274. OLE color: 8656274.

HSL color Cylindrical-coordinate representation of color #921584: hue angle of 306.72º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921584 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 21 132 -
CMYK 0 0.86 0.10 0.43
HSL 306.72º 0.75% 0.33% -
HSV(B) 306.72º 0.86% 0.57% -
XYZ 16.29 8.31 22.58 -
YUV 71.03 162.41 181.47 -
System Red Green Blue C M Y K H S L
Decimal 146 21 132 0 0.86 0.10 0.43 306.72 0.75 0.33
Hex 92 15 84 0 56 A 2B 133 4B 21
Octal 222 25 204 0 126 12 53 463 113 41
Binary 10010010 10101 10000100 0 1010110 1010 101011 100110011 1001011 100001

Color Harmonies of #921584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921584

Black with #921584

Text Example


Text Example

White with #921584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921584; }

 p { color: rgb(146,21,132); }

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

background-color css

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

 a { background-color: rgb(146,21,132); }

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

border-color css

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

 span { border-color: rgb(146,21,132); }

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