Html Css Color HEX #922575 Dark Purple

📋 copy color: '#922575'

red 146 ◦ green 37 ◦ blue 117

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

Shades of Dark Purple #922575

Tints of Dark Purple #922575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.33%

 BLUE value IS 117 (46.09% from 255) = 39%

R = 48.67%
G = 12.33%
B = 39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#922575 (or 0x922575) is known color: Dark Purple. HEX triplet: 92, 25 and 75. RGB value is (146,37,117). Sum of RGB (Red+Green+Blue) = 146+37+117=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #922575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922575 is #6DDA8A. Grayscale: #4E4E4E. Windows color (decimal): -7199371 or 7677330. OLE color: 7677330.

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

Color convert

RGB 146 37 117 -
CMYK 0 0.75 0.20 0.43
HSL 315.96º 0.6% 0.36% -
HSV(B) 315.96º 0.75% 0.57% -
XYZ 15.73 8.72 17.68 -
YUV 78.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 146 37 117 0 0.75 0.20 0.43 315.96 0.6 0.36
Hex 92 25 75 0 4B 14 2B 13C 3C 24
Octal 222 45 165 0 113 24 53 474 74 44
Binary 10010010 100101 1110101 0 1001011 10100 101011 100111100 111100 100100

Color Harmonies of #922575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922575

Black with #922575

Text Example


Text Example

White with #922575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922575; }

 p { color: rgb(146,37,117); }

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

background-color css

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

 a { background-color: rgb(146,37,117); }

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

border-color css

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

 span { border-color: rgb(146,37,117); }

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