Html Css Color HEX #923675 Dark Purple

📋 copy color: '#923675'

red 146 ◦ green 54 ◦ blue 117

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

Shades of Dark Purple #923675

Tints of Dark Purple #923675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.03%

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

R = 46.06%
G = 17.03%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#923675 (or 0x923675) is known color: Dark Purple. HEX triplet: 92, 36 and 75. RGB value is (146,54,117). Sum of RGB (Red+Green+Blue) = 146+54+117=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #923675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923675 is #6DC98A. Grayscale: #585858. Windows color (decimal): -7195019 or 7681682. OLE color: 7681682.

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

Color convert

RGB 146 54 117 -
CMYK 0 0.63 0.20 0.43
HSL 318.91º 0.46% 0.39% -
HSV(B) 318.91º 0.63% 0.57% -
XYZ 16.38 10.03 17.9 -
YUV 88.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 146 54 117 0 0.63 0.20 0.43 318.91 0.46 0.39
Hex 92 36 75 0 3F 14 2B 13F 2E 27
Octal 222 66 165 0 77 24 53 477 56 47
Binary 10010010 110110 1110101 0 111111 10100 101011 100111111 101110 100111

Color Harmonies of #923675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923675

Black with #923675

Text Example


Text Example

White with #923675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923675; }

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

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

background-color css

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

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

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

border-color css

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

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

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