Html Css Color HEX #9C5AEC Medium Purple

📋 copy color: '#9C5AEC'

red 156 ◦ green 90 ◦ blue 236

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

Shades of Medium Purple #9C5AEC

Tints of Medium Purple #9C5AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.67%

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

R = 32.37%
G = 18.67%
B = 48.96%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9C5AEC (or 0x9C5AEC) is known color: Medium Purple. HEX triplet: 9C, 5A and EC. RGB value is (156,90,236). Sum of RGB (Red+Green+Blue) = 156+90+236=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C5AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5AEC is #63A513. Grayscale: #7D7D7D. Windows color (decimal): -6530324 or 15489692. OLE color: 15489692.

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

Color convert

RGB 156 90 236 -
CMYK 0.34 0.62 0 0.07
HSL 267.12º 0.79% 0.64% -
HSV(B) 267.12º 0.62% 0.93% -
XYZ 32.51 20.44 81.59 -
YUV 126.38 189.87 149.13 -
System Red Green Blue C M Y K H S L
Decimal 156 90 236 0.34 0.62 0 0.07 267.12 0.79 0.64
Hex 9C 5A EC 22 3E 0 7 10B 4F 40
Octal 234 132 354 42 76 0 7 413 117 100
Binary 10011100 1011010 11101100 100010 111110 0 111 100001011 1001111 1000000

Color Harmonies of #9C5AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5AEC

Black with #9C5AEC

Text Example


Text Example

White with #9C5AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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