Html Css Color HEX #92227C Dark Purple

📋 copy color: '#92227C'

red 146 ◦ green 34 ◦ blue 124

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

Shades of Dark Purple #92227C

Tints of Dark Purple #92227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.18%

 BLUE value IS 124 (48.83% from 255) = 40.79%

R = 48.03%
G = 11.18%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#92227C (or 0x92227C) is known color: Dark Purple. HEX triplet: 92, 22 and 7C. RGB value is (146,34,124). Sum of RGB (Red+Green+Blue) = 146+34+124=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #92227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92227C is #6DDD83. Grayscale: #4D4D4D. Windows color (decimal): -7200132 or 8135314. OLE color: 8135314.

HSL color Cylindrical-coordinate representation of color #92227C: hue angle of 311.79º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #92227C is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 34 124 -
CMYK 0 0.77 0.15 0.43
HSL 311.79º 0.62% 0.35% -
HSV(B) 311.79º 0.77% 0.57% -
XYZ 16.06 8.71 19.9 -
YUV 77.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 146 34 124 0 0.77 0.15 0.43 311.79 0.62 0.35
Hex 92 22 7C 0 4D F 2B 138 3E 23
Octal 222 42 174 0 115 17 53 470 76 43
Binary 10010010 100010 1111100 0 1001101 1111 101011 100111000 111110 100011

Color Harmonies of #92227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92227C

Black with #92227C

Text Example


Text Example

White with #92227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92227C; }

 p { color: rgb(146,34,124); }

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

background-color css

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

 a { background-color: rgb(146,34,124); }

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

border-color css

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

 span { border-color: rgb(146,34,124); }

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