Html Css Color HEX #9C55F9 Medium Purple

📋 copy color: '#9C55F9'

red 156 ◦ green 85 ◦ blue 249

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

Shades of Medium Purple #9C55F9

Tints of Medium Purple #9C55F9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.35%

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

R = 31.84%
G = 17.35%
B = 50.82%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C55F9 (or 0x9C55F9) is known color: Medium Purple. HEX triplet: 9C, 55 and F9. RGB value is (156,85,249). Sum of RGB (Red+Green+Blue) = 156+85+249=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C55F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C55F9 is #63AA06. Grayscale: #7C7C7C. Windows color (decimal): -6531591 or 16340380. OLE color: 16340380.

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

Color convert

RGB 156 85 249 -
CMYK 0.37 0.66 0 0.02
HSL 265.98º 0.93% 0.65% -
HSV(B) 265.98º 0.66% 0.98% -
XYZ 34.06 20.4 91.77 -
YUV 124.93 198.02 150.16 -
System Red Green Blue C M Y K H S L
Decimal 156 85 249 0.37 0.66 0 0.02 265.98 0.93 0.65
Hex 9C 55 F9 25 42 0 2 10A 5D 41
Octal 234 125 371 45 102 0 2 412 135 101
Binary 10011100 1010101 11111001 100101 1000010 0 10 100001010 1011101 1000001

Color Harmonies of #9C55F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C55F9

Black with #9C55F9

Text Example


Text Example

White with #9C55F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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