Html Css Color HEX #540953 Hot Purple

📋 copy color: '#540953'

red 84 ◦ green 9 ◦ blue 83

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

Shades of Hot Purple #540953

Tints of Hot Purple #540953

RGB

 RED value IS 84 (33.2% from 255) = 47.73%

 GREEN value IS 9 (3.91% from 255) = 5.11%

 BLUE value IS 83 (32.81% from 255) = 47.16%

R = 47.73%
G = 5.11%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#540953 (or 0x540953) is known color: Hot Purple. HEX triplet: 54, 09 and 53. RGB value is (84,9,83). Sum of RGB (Red+Green+Blue) = 84+9+83=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #540953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540953 is #ABF6AC. Grayscale: #272727. Windows color (decimal): -11269805 or 5441876. OLE color: 5441876.

HSL color Cylindrical-coordinate representation of color #540953: hue angle of 300.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540953 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 9 83 -
CMYK 0 0.89 0.01 0.67
HSL 300.8º 0.81% 0.18% -
HSV(B) 300.8º 0.89% 0.33% -
XYZ 5.32 2.7 8.43 -
YUV 39.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 84 9 83 0 0.89 0.01 0.67 300.8 0.81 0.18
Hex 54 9 53 0 59 1 43 12D 51 12
Octal 124 11 123 0 131 1 103 455 121 22
Binary 1010100 1001 1010011 0 1011001 1 1000011 100101101 1010001 10010

Color Harmonies of #540953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540953

Black with #540953

Text Example


Text Example

White with #540953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540953; }

 p { color: rgb(84,9,83); }

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

background-color css

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

 a { background-color: rgb(84,9,83); }

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

border-color css

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

 span { border-color: rgb(84,9,83); }

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