Html Css Color HEX #923471 Dark Purple

📋 copy color: '#923471'

red 146 ◦ green 52 ◦ blue 113

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

Shades of Dark Purple #923471

Tints of Dark Purple #923471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.72%

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 46.95%
G = 16.72%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#923471 (or 0x923471) is known color: Dark Purple. HEX triplet: 92, 34 and 71. RGB value is (146,52,113). Sum of RGB (Red+Green+Blue) = 146+52+113=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #923471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923471 is #6DCB8E. Grayscale: #565656. Windows color (decimal): -7195535 or 7419026. OLE color: 7419026.

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

Color convert

RGB 146 52 113 -
CMYK 0 0.64 0.23 0.43
HSL 321.06º 0.47% 0.39% -
HSV(B) 321.06º 0.64% 0.57% -
XYZ 16.06 9.76 16.66 -
YUV 87.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 146 52 113 0 0.64 0.23 0.43 321.06 0.47 0.39
Hex 92 34 71 0 40 17 2B 141 2F 27
Octal 222 64 161 0 100 27 53 501 57 47
Binary 10010010 110100 1110001 0 1000000 10111 101011 101000001 101111 100111

Color Harmonies of #923471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923471

Black with #923471

Text Example


Text Example

White with #923471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923471; }

 p { color: rgb(146,52,113); }

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

background-color css

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

 a { background-color: rgb(146,52,113); }

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

border-color css

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

 span { border-color: rgb(146,52,113); }

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