Html Css Color HEX #923176 Dark Purple

📋 copy color: '#923176'

red 146 ◦ green 49 ◦ blue 118

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

Shades of Dark Purple #923176

Tints of Dark Purple #923176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 46.65%
G = 15.65%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#923176 (or 0x923176) is known color: Dark Purple. HEX triplet: 92, 31 and 76. RGB value is (146,49,118). Sum of RGB (Red+Green+Blue) = 146+49+118=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #923176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923176 is #6DCE89. Grayscale: #555555. Windows color (decimal): -7196298 or 7745938. OLE color: 7745938.

HSL color Cylindrical-coordinate representation of color #923176: hue angle of 317.32º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923176 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 49 118 -
CMYK 0 0.66 0.19 0.43
HSL 317.32º 0.5% 0.38% -
HSV(B) 317.32º 0.66% 0.57% -
XYZ 16.22 9.62 18.14 -
YUV 85.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 146 49 118 0 0.66 0.19 0.43 317.32 0.5 0.38
Hex 92 31 76 0 42 13 2B 13D 32 26
Octal 222 61 166 0 102 23 53 475 62 46
Binary 10010010 110001 1110110 0 1000010 10011 101011 100111101 110010 100110

Color Harmonies of #923176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923176

Black with #923176

Text Example


Text Example

White with #923176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923176; }

 p { color: rgb(146,49,118); }

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

background-color css

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

 a { background-color: rgb(146,49,118); }

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

border-color css

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

 span { border-color: rgb(146,49,118); }

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