Html Css Color HEX #5809FA Han Purple

📋 copy color: '#5809FA'

red 88 ◦ green 9 ◦ blue 250

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

Shades of Han Purple #5809FA

Tints of Han Purple #5809FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 72.05%

R = 25.36%
G = 2.59%
B = 72.05%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5809FA (or 0x5809FA) is known color: Han Purple. HEX triplet: 58, 09 and FA. RGB value is (88,9,250). Sum of RGB (Red+Green+Blue) = 88+9+250=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #5809FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5809FA is #A7F605. Grayscale: #3B3B3B. Windows color (decimal): -11007494 or 16386392. OLE color: 16386392.

HSL color Cylindrical-coordinate representation of color #5809FA: hue angle of 259.67º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5809FA is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 9 250 -
CMYK 0.65 0.96 0 0.02
HSL 259.67º 0.96% 0.51% -
HSV(B) 259.67º 0.96% 0.98% -
XYZ 21.38 9.17 91.09 -
YUV 60.1 235.17 147.9 -
System Red Green Blue C M Y K H S L
Decimal 88 9 250 0.65 0.96 0 0.02 259.67 0.96 0.51
Hex 58 9 FA 41 60 0 2 104 60 33
Octal 130 11 372 101 140 0 2 404 140 63
Binary 1011000 1001 11111010 1000001 1100000 0 10 100000100 1100000 110011

Color Harmonies of #5809FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5809FA

Black with #5809FA

Text Example


Text Example

White with #5809FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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