Html Css Color HEX #9C5DF9 Medium Purple

📋 copy color: '#9C5DF9'

red 156 ◦ green 93 ◦ blue 249

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

Shades of Medium Purple #9C5DF9

Tints of Medium Purple #9C5DF9

RGB

 RED value IS 156 (61.33% from 255) = 31.33%

 GREEN value IS 93 (36.72% from 255) = 18.67%

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

R = 31.33%
G = 18.67%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C5DF9 (or 0x9C5DF9) is known color: Medium Purple. HEX triplet: 9C, 5D and F9. RGB value is (156,93,249). Sum of RGB (Red+Green+Blue) = 156+93+249=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C5DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5DF9 is #63A206. Grayscale: #818181. Windows color (decimal): -6529543 or 16342428. OLE color: 16342428.

HSL color Cylindrical-coordinate representation of color #9C5DF9: hue angle of 264.23º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C5DF9 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 93 249 -
CMYK 0.37 0.63 0 0.02
HSL 264.23º 0.93% 0.67% -
HSV(B) 264.23º 0.63% 0.98% -
XYZ 34.72 21.74 91.99 -
YUV 129.62 195.37 146.82 -
System Red Green Blue C M Y K H S L
Decimal 156 93 249 0.37 0.63 0 0.02 264.23 0.93 0.67
Hex 9C 5D F9 25 3F 0 2 108 5D 43
Octal 234 135 371 45 77 0 2 410 135 103
Binary 10011100 1011101 11111001 100101 111111 0 10 100001000 1011101 1000011

Color Harmonies of #9C5DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5DF9

Black with #9C5DF9

Text Example


Text Example

White with #9C5DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C5DF9; }

 p { color: rgb(156,93,249); }

 H1.HeaderClassName
 {
   color: #9C5DF9;
 }
 .AnyTagClassName
 {
   color: #9C5DF9;
 }
</style>

background-color css

<style>
 a { background-color: #9C5DF9; }

 a { background-color: rgb(156,93,249); }

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

border-color css

<style>
 span { border-color: #9C5DF9; }

 span { border-color: rgb(156,93,249); }

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