Html Css Color HEX #5509F9 Han Purple

📋 copy color: '#5509F9'

red 85 ◦ green 9 ◦ blue 249

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

Shades of Han Purple #5509F9

Tints of Han Purple #5509F9

RGB

 RED value IS 85 (33.59% from 255) = 24.78%

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

 BLUE value IS 249 (97.66% from 255) = 72.59%

R = 24.78%
G = 2.62%
B = 72.59%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5509F9 (or 0x5509F9) is known color: Han Purple. HEX triplet: 55, 09 and F9. RGB value is (85,9,249). Sum of RGB (Red+Green+Blue) = 85+9+249=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 249 (97.66% from 255 or 72.59% from 343); Max value from RGB is 249 - color contains mainly: blue. Hex color #5509F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5509F9 is #AAF606. Grayscale: #3A3A3A. Windows color (decimal): -11204103 or 16320853. OLE color: 16320853.

HSL color Cylindrical-coordinate representation of color #5509F9: hue angle of 259º degrees, saturation: 0.95, 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 #5509F9 is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 9 249 -
CMYK 0.66 0.96 0 0.02
HSL 259º 0.95% 0.51% -
HSV(B) 259º 0.96% 0.98% -
XYZ 20.94 8.97 90.25 -
YUV 59.08 235.18 146.49 -
System Red Green Blue C M Y K H S L
Decimal 85 9 249 0.66 0.96 0 0.02 259 0.95 0.51
Hex 55 9 F9 42 60 0 2 103 5F 33
Octal 125 11 371 102 140 0 2 403 137 63
Binary 1010101 1001 11111001 1000010 1100000 0 10 100000011 1011111 110011

Color Harmonies of #5509F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5509F9

Black with #5509F9

Text Example


Text Example

White with #5509F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5509F9; }

 p { color: rgb(85,9,249); }

 H1.HeaderClassName
 {
   color: #5509F9;
 }
 .AnyTagClassName
 {
   color: #5509F9;
 }
</style>

background-color css

<style>
 a { background-color: #5509F9; }

 a { background-color: rgb(85,9,249); }

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

border-color css

<style>
 span { border-color: #5509F9; }

 span { border-color: rgb(85,9,249); }

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