Html Css Color HEX #5809FE Han Purple

📋 copy color: '#5809FE'

red 88 ◦ green 9 ◦ blue 254

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

Shades of Han Purple #5809FE

Tints of Han Purple #5809FE

RGB

 RED value IS 88 (34.77% from 255) = 25.07%

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

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

R = 25.07%
G = 2.56%
B = 72.36%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5809FE (or 0x5809FE) is known color: Han Purple. HEX triplet: 58, 09 and FE. RGB value is (88,9,254). Sum of RGB (Red+Green+Blue) = 88+9+254=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #5809FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5809FE is #A7F601. Grayscale: #3B3B3B. Windows color (decimal): -11007490 or 16648536. OLE color: 16648536.

HSL color Cylindrical-coordinate representation of color #5809FE: hue angle of 259.35º 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 #5809FE is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 88 9 254 -
CMYK 0.65 0.96 0 0.00
HSL 259.35º 0.99% 0.52% -
HSV(B) 259.35º 0.96% 1% -
XYZ 22.01 9.43 94.43 -
YUV 60.55 237.17 147.58 -
System Red Green Blue C M Y K H S L
Decimal 88 9 254 0.65 0.96 0 0.00 259.35 0.99 0.52
Hex 58 9 FE 41 60 0 0 103 63 34
Octal 130 11 376 101 140 0 0 403 143 64
Binary 1011000 1001 11111110 1000001 1100000 0 0 100000011 1100011 110100

Color Harmonies of #5809FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5809FE

Black with #5809FE

Text Example


Text Example

White with #5809FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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