Html Css Color HEX #5A09D8 Han Purple

📋 copy color: '#5A09D8'

red 90 ◦ green 9 ◦ blue 216

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

Shades of Han Purple #5A09D8

Tints of Han Purple #5A09D8

RGB

 RED value IS 90 (35.55% from 255) = 28.57%

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

 BLUE value IS 216 (84.77% from 255) = 68.57%

R = 28.57%
G = 2.86%
B = 68.57%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5A09D8 (or 0x5A09D8) is known color: Han Purple. HEX triplet: 5A, 09 and D8. RGB value is (90,9,216). Sum of RGB (Red+Green+Blue) = 90+9+216=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 216 (84.77% from 255 or 68.57% from 315); Max value from RGB is 216 - color contains mainly: blue. Hex color #5A09D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A09D8 is #A5F627. Grayscale: #383838. Windows color (decimal): -10876456 or 14158170. OLE color: 14158170.

HSL color Cylindrical-coordinate representation of color #5A09D8: hue angle of 263.48º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A09D8 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 9 216 -
CMYK 0.58 0.96 0 0.15
HSL 263.48º 0.92% 0.44% -
HSV(B) 263.48º 0.96% 0.85% -
XYZ 16.71 7.33 65.5 -
YUV 56.82 217.84 151.67 -
System Red Green Blue C M Y K H S L
Decimal 90 9 216 0.58 0.96 0 0.15 263.48 0.92 0.44
Hex 5A 9 D8 3A 60 0 F 107 5C 2C
Octal 132 11 330 72 140 0 17 407 134 54
Binary 1011010 1001 11011000 111010 1100000 0 1111 100000111 1011100 101100

Color Harmonies of #5A09D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A09D8

Black with #5A09D8

Text Example


Text Example

White with #5A09D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A09D8; }

 p { color: rgb(90,9,216); }

 H1.HeaderClassName
 {
   color: #5A09D8;
 }
 .AnyTagClassName
 {
   color: #5A09D8;
 }
</style>

background-color css

<style>
 a { background-color: #5A09D8; }

 a { background-color: rgb(90,9,216); }

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

border-color css

<style>
 span { border-color: #5A09D8; }

 span { border-color: rgb(90,9,216); }

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