Html Css Color HEX #923477 Dark Purple

📋 copy color: '#923477'

red 146 ◦ green 52 ◦ blue 119

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

Shades of Dark Purple #923477

Tints of Dark Purple #923477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.54%

R = 46.06%
G = 16.4%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#923477 (or 0x923477) is known color: Dark Purple. HEX triplet: 92, 34 and 77. RGB value is (146,52,119). Sum of RGB (Red+Green+Blue) = 146+52+119=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #923477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923477 is #6DCB88. Grayscale: #575757. Windows color (decimal): -7195529 or 7812242. OLE color: 7812242.

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

Color convert

RGB 146 52 119 -
CMYK 0 0.64 0.18 0.43
HSL 317.23º 0.47% 0.39% -
HSV(B) 317.23º 0.64% 0.57% -
XYZ 16.41 9.9 18.5 -
YUV 87.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 146 52 119 0 0.64 0.18 0.43 317.23 0.47 0.39
Hex 92 34 77 0 40 12 2B 13D 2F 27
Octal 222 64 167 0 100 22 53 475 57 47
Binary 10010010 110100 1110111 0 1000000 10010 101011 100111101 101111 100111

Color Harmonies of #923477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923477

Black with #923477

Text Example


Text Example

White with #923477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923477; }

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

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

background-color css

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

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

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

border-color css

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

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

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