Html Css Color HEX #9C55F1 Medium Purple

📋 copy color: '#9C55F1'

red 156 ◦ green 85 ◦ blue 241

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

Shades of Medium Purple #9C55F1

Tints of Medium Purple #9C55F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50%

R = 32.37%
G = 17.63%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9C55F1 (or 0x9C55F1) is known color: Medium Purple. HEX triplet: 9C, 55 and F1. RGB value is (156,85,241). Sum of RGB (Red+Green+Blue) = 156+85+241=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C55F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C55F1 is #63AA0E. Grayscale: #7B7B7B. Windows color (decimal): -6531599 or 15816092. OLE color: 15816092.

HSL color Cylindrical-coordinate representation of color #9C55F1: hue angle of 267.31º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C55F1 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 85 241 -
CMYK 0.35 0.65 0 0.05
HSL 267.31º 0.85% 0.64% -
HSV(B) 267.31º 0.65% 0.95% -
XYZ 32.84 19.92 85.33 -
YUV 124.01 194.02 150.82 -
System Red Green Blue C M Y K H S L
Decimal 156 85 241 0.35 0.65 0 0.05 267.31 0.85 0.64
Hex 9C 55 F1 23 41 0 5 10B 55 40
Octal 234 125 361 43 101 0 5 413 125 100
Binary 10011100 1010101 11110001 100011 1000001 0 101 100001011 1010101 1000000

Color Harmonies of #9C55F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C55F1

Black with #9C55F1

Text Example


Text Example

White with #9C55F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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