Html Css Color HEX #921989 Dark Purple

📋 copy color: '#921989'

red 146 ◦ green 25 ◦ blue 137

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

Shades of Dark Purple #921989

Tints of Dark Purple #921989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.12%

 BLUE value IS 137 (53.91% from 255) = 44.48%

R = 47.4%
G = 8.12%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#921989 (or 0x921989) is known color: Dark Purple. HEX triplet: 92, 19 and 89. RGB value is (146,25,137). Sum of RGB (Red+Green+Blue) = 146+25+137=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #921989 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921989 is #6DE676. Grayscale: #494949. Windows color (decimal): -7202423 or 8984978. OLE color: 8984978.

HSL color Cylindrical-coordinate representation of color #921989: hue angle of 304.46º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #921989 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 25 137 -
CMYK 0 0.83 0.06 0.43
HSL 304.46º 0.71% 0.34% -
HSV(B) 304.46º 0.83% 0.57% -
XYZ 16.72 8.61 24.45 -
YUV 73.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 146 25 137 0 0.83 0.06 0.43 304.46 0.71 0.34
Hex 92 19 89 0 53 6 2B 130 47 22
Octal 222 31 211 0 123 6 53 460 107 42
Binary 10010010 11001 10001001 0 1010011 110 101011 100110000 1000111 100010

Color Harmonies of #921989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921989

Black with #921989

Text Example


Text Example

White with #921989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921989; }

 p { color: rgb(146,25,137); }

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

background-color css

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

 a { background-color: rgb(146,25,137); }

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

border-color css

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

 span { border-color: rgb(146,25,137); }

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