Html Css Color HEX #5A09D6 Han Purple

📋 copy color: '#5A09D6'

red 90 ◦ green 9 ◦ blue 214

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

Shades of Han Purple #5A09D6

Tints of Han Purple #5A09D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 68.37%

R = 28.75%
G = 2.88%
B = 68.37%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5A09D6 (or 0x5A09D6) is known color: Han Purple. HEX triplet: 5A, 09 and D6. RGB value is (90,9,214). Sum of RGB (Red+Green+Blue) = 90+9+214=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 214 (83.98% from 255 or 68.37% from 313); Max value from RGB is 214 - color contains mainly: blue. Hex color #5A09D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A09D6 is #A5F629. Grayscale: #373737. Windows color (decimal): -10876458 or 14027098. OLE color: 14027098.

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

Color convert

RGB 90 9 214 -
CMYK 0.58 0.96 0 0.16
HSL 263.71º 0.92% 0.44% -
HSV(B) 263.71º 0.96% 0.84% -
XYZ 16.45 7.22 64.15 -
YUV 56.59 216.84 151.83 -
System Red Green Blue C M Y K H S L
Decimal 90 9 214 0.58 0.96 0 0.16 263.71 0.92 0.44
Hex 5A 9 D6 3A 60 0 10 108 5C 2C
Octal 132 11 326 72 140 0 20 410 134 54
Binary 1011010 1001 11010110 111010 1100000 0 10000 100001000 1011100 101100

Color Harmonies of #5A09D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A09D6

Black with #5A09D6

Text Example


Text Example

White with #5A09D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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