Html Css Color HEX #9C5EEA Medium Purple

📋 copy color: '#9C5EEA'

red 156 ◦ green 94 ◦ blue 234

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

Shades of Medium Purple #9C5EEA

Tints of Medium Purple #9C5EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.42%

 BLUE value IS 234 (91.8% from 255) = 48.35%

R = 32.23%
G = 19.42%
B = 48.35%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C5EEA (or 0x9C5EEA) is known color: Medium Purple. HEX triplet: 9C, 5E and EA. RGB value is (156,94,234). Sum of RGB (Red+Green+Blue) = 156+94+234=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C5EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5EEA is #63A115. Grayscale: #7F7F7F. Windows color (decimal): -6529302 or 15359644. OLE color: 15359644.

HSL color Cylindrical-coordinate representation of color #9C5EEA: hue angle of 266.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C5EEA is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 94 234 -
CMYK 0.33 0.60 0 0.08
HSL 266.57º 0.77% 0.64% -
HSV(B) 266.57º 0.6% 0.92% -
XYZ 32.56 21.01 80.18 -
YUV 128.5 187.54 147.62 -
System Red Green Blue C M Y K H S L
Decimal 156 94 234 0.33 0.60 0 0.08 266.57 0.77 0.64
Hex 9C 5E EA 21 3C 0 8 10B 4D 40
Octal 234 136 352 41 74 0 10 413 115 100
Binary 10011100 1011110 11101010 100001 111100 0 1000 100001011 1001101 1000000

Color Harmonies of #9C5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5EEA

Black with #9C5EEA

Text Example


Text Example

White with #9C5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,94,234); }

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

background-color css

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

 a { background-color: rgb(156,94,234); }

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

border-color css

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

 span { border-color: rgb(156,94,234); }

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