Html Css Color HEX #50095C Hot Purple

📋 copy color: '#50095C'

red 80 ◦ green 9 ◦ blue 92

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

Shades of Hot Purple #50095C

Tints of Hot Purple #50095C

RGB

 RED value IS 80 (31.64% from 255) = 44.2%

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

 BLUE value IS 92 (36.33% from 255) = 50.83%

R = 44.2%
G = 4.97%
B = 50.83%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50095C (or 0x50095C) is known color: Hot Purple. HEX triplet: 50, 09 and 5C. RGB value is (80,9,92). Sum of RGB (Red+Green+Blue) = 80+9+92=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #50095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50095C is #AFF6A3. Grayscale: #272727. Windows color (decimal): -11531940 or 6031696. OLE color: 6031696.

HSL color Cylindrical-coordinate representation of color #50095C: hue angle of 291.33º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50095C is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 9 92 -
CMYK 0.13 0.90 0 0.64
HSL 291.33º 0.82% 0.2% -
HSV(B) 291.33º 0.9% 0.36% -
XYZ 5.34 2.67 10.36 -
YUV 39.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 80 9 92 0.13 0.90 0 0.64 291.33 0.82 0.2
Hex 50 9 5C D 5A 0 40 123 52 14
Octal 120 11 134 15 132 0 100 443 122 24
Binary 1010000 1001 1011100 1101 1011010 0 1000000 100100011 1010010 10100

Color Harmonies of #50095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50095C

Black with #50095C

Text Example


Text Example

White with #50095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50095C; }

 p { color: rgb(80,9,92); }

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

background-color css

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

 a { background-color: rgb(80,9,92); }

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

border-color css

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

 span { border-color: rgb(80,9,92); }

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