Html Css Color HEX #922193 Dark Purple

📋 copy color: '#922193'

red 146 ◦ green 33 ◦ blue 147

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

Shades of Dark Purple #922193

Tints of Dark Purple #922193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.12%

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 44.79%
G = 10.12%
B = 45.09%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#922193 (or 0x922193) is known color: Dark Purple. HEX triplet: 92, 21 and 93. RGB value is (146,33,147). Sum of RGB (Red+Green+Blue) = 146+33+147=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #922193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922193 is #6DDE6C. Grayscale: #4F4F4F. Windows color (decimal): -7200365 or 9642386. OLE color: 9642386.

HSL color Cylindrical-coordinate representation of color #922193: hue angle of 299.47º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #922193 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 146 33 147 -
CMYK 0.01 0.78 0 0.42
HSL 299.47º 0.63% 0.35% -
HSV(B) 299.47º 0.78% 0.58% -
XYZ 17.66 9.31 28.47 -
YUV 79.78 165.94 175.23 -
System Red Green Blue C M Y K H S L
Decimal 146 33 147 0.01 0.78 0 0.42 299.47 0.63 0.35
Hex 92 21 93 1 4E 0 2A 12B 3F 23
Octal 222 41 223 1 116 0 52 453 77 43
Binary 10010010 100001 10010011 1 1001110 0 101010 100101011 111111 100011

Color Harmonies of #922193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922193

Black with #922193

Text Example


Text Example

White with #922193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922193; }

 p { color: rgb(146,33,147); }

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

background-color css

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

 a { background-color: rgb(146,33,147); }

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

border-color css

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

 span { border-color: rgb(146,33,147); }

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