Html Css Color HEX #5009DF Han Purple

📋 copy color: '#5009DF'

red 80 ◦ green 9 ◦ blue 223

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

Shades of Han Purple #5009DF

Tints of Han Purple #5009DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.47%

R = 25.64%
G = 2.88%
B = 71.47%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5009DF (or 0x5009DF) is known color: Han Purple. HEX triplet: 50, 09 and DF. RGB value is (80,9,223). Sum of RGB (Red+Green+Blue) = 80+9+223=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #5009DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5009DF is #AFF620. Grayscale: #353535. Windows color (decimal): -11531809 or 14616912. OLE color: 14616912.

HSL color Cylindrical-coordinate representation of color #5009DF: hue angle of 259.91º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5009DF is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 9 223 -
CMYK 0.64 0.96 0 0.13
HSL 259.91º 0.92% 0.45% -
HSV(B) 259.91º 0.96% 0.87% -
XYZ 16.73 7.23 70.33 -
YUV 54.63 223.02 146.1 -
System Red Green Blue C M Y K H S L
Decimal 80 9 223 0.64 0.96 0 0.13 259.91 0.92 0.45
Hex 50 9 DF 40 60 0 D 104 5C 2D
Octal 120 11 337 100 140 0 15 404 134 55
Binary 1010000 1001 11011111 1000000 1100000 0 1101 100000100 1011100 101101

Color Harmonies of #5009DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5009DF

Black with #5009DF

Text Example


Text Example

White with #5009DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5009DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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