Html Css Color HEX #923376 Dark Purple

📋 copy color: '#923376'

red 146 ◦ green 51 ◦ blue 118

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

Shades of Dark Purple #923376

Tints of Dark Purple #923376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

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

R = 46.35%
G = 16.19%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#923376 (or 0x923376) is known color: Dark Purple. HEX triplet: 92, 33 and 76. RGB value is (146,51,118). Sum of RGB (Red+Green+Blue) = 146+51+118=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #923376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923376 is #6DCC89. Grayscale: #565656. Windows color (decimal): -7195786 or 7746450. OLE color: 7746450.

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

Color convert

RGB 146 51 118 -
CMYK 0 0.65 0.19 0.43
HSL 317.68º 0.48% 0.39% -
HSV(B) 317.68º 0.65% 0.57% -
XYZ 16.31 9.79 18.17 -
YUV 87.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 146 51 118 0 0.65 0.19 0.43 317.68 0.48 0.39
Hex 92 33 76 0 41 13 2B 13E 30 27
Octal 222 63 166 0 101 23 53 476 60 47
Binary 10010010 110011 1110110 0 1000001 10011 101011 100111110 110000 100111

Color Harmonies of #923376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923376

Black with #923376

Text Example


Text Example

White with #923376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923376; }

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

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

background-color css

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

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

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

border-color css

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

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

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