Html Css Color HEX #922988 Dark Purple

📋 copy color: '#922988'

red 146 ◦ green 41 ◦ blue 136

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

Shades of Dark Purple #922988

Tints of Dark Purple #922988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.69%

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

R = 45.2%
G = 12.69%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#922988 (or 0x922988) is known color: Dark Purple. HEX triplet: 92, 29 and 88. RGB value is (146,41,136). Sum of RGB (Red+Green+Blue) = 146+41+136=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #922988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922988 is #6DD677. Grayscale: #525252. Windows color (decimal): -7198328 or 8923538. OLE color: 8923538.

HSL color Cylindrical-coordinate representation of color #922988: hue angle of 305.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #922988 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 41 136 -
CMYK 0 0.72 0.07 0.43
HSL 305.71º 0.56% 0.37% -
HSV(B) 305.71º 0.72% 0.57% -
XYZ 17.09 9.47 24.22 -
YUV 83.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 146 41 136 0 0.72 0.07 0.43 305.71 0.56 0.37
Hex 92 29 88 0 48 7 2B 132 38 25
Octal 222 51 210 0 110 7 53 462 70 45
Binary 10010010 101001 10001000 0 1001000 111 101011 100110010 111000 100101

Color Harmonies of #922988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922988

Black with #922988

Text Example


Text Example

White with #922988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922988; }

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

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

background-color css

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

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

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

border-color css

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

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

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