Html Css Color HEX #922488 Dark Purple

📋 copy color: '#922488'

red 146 ◦ green 36 ◦ blue 136

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

Shades of Dark Purple #922488

Tints of Dark Purple #922488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

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

R = 45.91%
G = 11.32%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#922488 (or 0x922488) is known color: Dark Purple. HEX triplet: 92, 24 and 88. RGB value is (146,36,136). Sum of RGB (Red+Green+Blue) = 146+36+136=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #922488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922488 is #6DDB77. Grayscale: #505050. Windows color (decimal): -7199608 or 8922258. OLE color: 8922258.

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

Color convert

RGB 146 36 136 -
CMYK 0 0.75 0.07 0.43
HSL 305.45º 0.6% 0.36% -
HSV(B) 305.45º 0.75% 0.57% -
XYZ 16.93 9.15 24.17 -
YUV 80.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 146 36 136 0 0.75 0.07 0.43 305.45 0.6 0.36
Hex 92 24 88 0 4B 7 2B 131 3C 24
Octal 222 44 210 0 113 7 53 461 74 44
Binary 10010010 100100 10001000 0 1001011 111 101011 100110001 111100 100100

Color Harmonies of #922488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922488

Black with #922488

Text Example


Text Example

White with #922488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922488; }

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

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

background-color css

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

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

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

border-color css

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

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

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