Html Css Color HEX #923575 Dark Purple

📋 copy color: '#923575'

red 146 ◦ green 53 ◦ blue 117

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

Shades of Dark Purple #923575

Tints of Dark Purple #923575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.77%

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

R = 46.2%
G = 16.77%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#923575 (or 0x923575) is known color: Dark Purple. HEX triplet: 92, 35 and 75. RGB value is (146,53,117). Sum of RGB (Red+Green+Blue) = 146+53+117=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #923575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923575 is #6DCA8A. Grayscale: #575757. Windows color (decimal): -7195275 or 7681426. OLE color: 7681426.

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

Color convert

RGB 146 53 117 -
CMYK 0 0.64 0.20 0.43
HSL 318.71º 0.47% 0.39% -
HSV(B) 318.71º 0.64% 0.57% -
XYZ 16.34 9.94 17.89 -
YUV 88.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 146 53 117 0 0.64 0.20 0.43 318.71 0.47 0.39
Hex 92 35 75 0 40 14 2B 13F 2F 27
Octal 222 65 165 0 100 24 53 477 57 47
Binary 10010010 110101 1110101 0 1000000 10100 101011 100111111 101111 100111

Color Harmonies of #923575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923575

Black with #923575

Text Example


Text Example

White with #923575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923575; }

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

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

background-color css

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

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

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

border-color css

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

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

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