Html Css Color HEX #9C5CEC Medium Purple

📋 copy color: '#9C5CEC'

red 156 ◦ green 92 ◦ blue 236

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

Shades of Medium Purple #9C5CEC

Tints of Medium Purple #9C5CEC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.01%

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 32.23%
G = 19.01%
B = 48.76%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9C5CEC (or 0x9C5CEC) is known color: Medium Purple. HEX triplet: 9C, 5C and EC. RGB value is (156,92,236). Sum of RGB (Red+Green+Blue) = 156+92+236=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C5CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5CEC is #63A313. Grayscale: #7F7F7F. Windows color (decimal): -6529812 or 15490204. OLE color: 15490204.

HSL color Cylindrical-coordinate representation of color #9C5CEC: hue angle of 266.67º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C5CEC is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 92 236 -
CMYK 0.34 0.61 0 0.07
HSL 266.67º 0.79% 0.64% -
HSV(B) 266.67º 0.61% 0.93% -
XYZ 32.68 20.78 81.65 -
YUV 127.55 189.2 148.29 -
System Red Green Blue C M Y K H S L
Decimal 156 92 236 0.34 0.61 0 0.07 266.67 0.79 0.64
Hex 9C 5C EC 22 3D 0 7 10B 4F 40
Octal 234 134 354 42 75 0 7 413 117 100
Binary 10011100 1011100 11101100 100010 111101 0 111 100001011 1001111 1000000

Color Harmonies of #9C5CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5CEC

Black with #9C5CEC

Text Example


Text Example

White with #9C5CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,92,236); }

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

background-color css

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

 a { background-color: rgb(156,92,236); }

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

border-color css

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

 span { border-color: rgb(156,92,236); }

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