Html Css Color HEX #921988 Dark Purple

📋 copy color: '#921988'

red 146 ◦ green 25 ◦ blue 136

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

Shades of Dark Purple #921988

Tints of Dark Purple #921988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.3%

R = 47.56%
G = 8.14%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#921988 (or 0x921988) is known color: Dark Purple. HEX triplet: 92, 19 and 88. RGB value is (146,25,136). Sum of RGB (Red+Green+Blue) = 146+25+136=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #921988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921988 is #6DE677. Grayscale: #494949. Windows color (decimal): -7202424 or 8919442. OLE color: 8919442.

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

Color convert

RGB 146 25 136 -
CMYK 0 0.83 0.07 0.43
HSL 304.96º 0.71% 0.34% -
HSV(B) 304.96º 0.83% 0.57% -
XYZ 16.65 8.58 24.07 -
YUV 73.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 146 25 136 0 0.83 0.07 0.43 304.96 0.71 0.34
Hex 92 19 88 0 53 7 2B 131 47 22
Octal 222 31 210 0 123 7 53 461 107 42
Binary 10010010 11001 10001000 0 1010011 111 101011 100110001 1000111 100010

Color Harmonies of #921988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921988

Black with #921988

Text Example


Text Example

White with #921988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921988; }

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

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

background-color css

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

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

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

border-color css

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

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

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