Html Css Color HEX #5C09DC Han Purple

📋 copy color: '#5C09DC'

red 92 ◦ green 9 ◦ blue 220

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

Shades of Han Purple #5C09DC

Tints of Han Purple #5C09DC

RGB

 RED value IS 92 (36.33% from 255) = 28.66%

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

 BLUE value IS 220 (86.33% from 255) = 68.54%

R = 28.66%
G = 2.8%
B = 68.54%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C09DC (or 0x5C09DC) is known color: Han Purple. HEX triplet: 5C, 09 and DC. RGB value is (92,9,220). Sum of RGB (Red+Green+Blue) = 92+9+220=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C09DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C09DC is #A3F623. Grayscale: #393939. Windows color (decimal): -10745380 or 14420316. OLE color: 14420316.

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

Color convert

RGB 92 9 220 -
CMYK 0.58 0.96 0 0.14
HSL 263.6º 0.92% 0.45% -
HSV(B) 263.6º 0.96% 0.86% -
XYZ 17.43 7.64 68.27 -
YUV 57.87 219.5 152.34 -
System Red Green Blue C M Y K H S L
Decimal 92 9 220 0.58 0.96 0 0.14 263.6 0.92 0.45
Hex 5C 9 DC 3A 60 0 E 108 5C 2D
Octal 134 11 334 72 140 0 16 410 134 55
Binary 1011100 1001 11011100 111010 1100000 0 1110 100001000 1011100 101101

Color Harmonies of #5C09DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C09DC

Black with #5C09DC

Text Example


Text Example

White with #5C09DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,9,220); }

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

background-color css

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

 a { background-color: rgb(92,9,220); }

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

border-color css

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

 span { border-color: rgb(92,9,220); }

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