Html Css Color HEX #5009FE Han Purple

📋 copy color: '#5009FE'

red 80 ◦ green 9 ◦ blue 254

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

Shades of Han Purple #5009FE

Tints of Han Purple #5009FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 74.05%

R = 23.32%
G = 2.62%
B = 74.05%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5009FE (or 0x5009FE) is known color: Han Purple. HEX triplet: 50, 09 and FE. RGB value is (80,9,254). Sum of RGB (Red+Green+Blue) = 80+9+254=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 254 (99.61% from 255 or 74.05% from 343); Max value from RGB is 254 - color contains mainly: blue. Hex color #5009FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5009FE is #AFF601. Grayscale: #393939. Windows color (decimal): -11531778 or 16648528. OLE color: 16648528.

HSL color Cylindrical-coordinate representation of color #5009FE: hue angle of 257.39º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5009FE is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 9 254 -
CMYK 0.69 0.96 0 0.00
HSL 257.39º 0.99% 0.52% -
HSV(B) 257.39º 0.96% 1% -
XYZ 21.3 9.06 94.39 -
YUV 58.16 238.52 143.58 -
System Red Green Blue C M Y K H S L
Decimal 80 9 254 0.69 0.96 0 0.00 257.39 0.99 0.52
Hex 50 9 FE 45 60 0 0 101 63 34
Octal 120 11 376 105 140 0 0 401 143 64
Binary 1010000 1001 11111110 1000101 1100000 0 0 100000001 1100011 110100

Color Harmonies of #5009FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5009FE

Black with #5009FE

Text Example


Text Example

White with #5009FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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