Html Css Color HEX #5A09DE Han Purple

📋 copy color: '#5A09DE'

red 90 ◦ green 9 ◦ blue 222

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

Shades of Han Purple #5A09DE

Tints of Han Purple #5A09DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.16%

R = 28.04%
G = 2.8%
B = 69.16%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A09DE (or 0x5A09DE) is known color: Han Purple. HEX triplet: 5A, 09 and DE. RGB value is (90,9,222). Sum of RGB (Red+Green+Blue) = 90+9+222=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 222 (87.11% from 255 or 69.16% from 321); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A09DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A09DE is #A5F621. Grayscale: #383838. Windows color (decimal): -10876450 or 14551386. OLE color: 14551386.

HSL color Cylindrical-coordinate representation of color #5A09DE: hue angle of 262.82º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A09DE is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 9 222 -
CMYK 0.59 0.96 0 0.13
HSL 262.82º 0.92% 0.45% -
HSV(B) 262.82º 0.96% 0.87% -
XYZ 17.5 7.64 69.66 -
YUV 57.5 220.84 151.18 -
System Red Green Blue C M Y K H S L
Decimal 90 9 222 0.59 0.96 0 0.13 262.82 0.92 0.45
Hex 5A 9 DE 3B 60 0 D 107 5C 2D
Octal 132 11 336 73 140 0 15 407 134 55
Binary 1011010 1001 11011110 111011 1100000 0 1101 100000111 1011100 101101

Color Harmonies of #5A09DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A09DE

Black with #5A09DE

Text Example


Text Example

White with #5A09DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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