Html Css Color HEX #9C56EE Medium Purple

📋 copy color: '#9C56EE'

red 156 ◦ green 86 ◦ blue 238

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

Shades of Medium Purple #9C56EE

Tints of Medium Purple #9C56EE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.92%

 BLUE value IS 238 (93.36% from 255) = 49.58%

R = 32.5%
G = 17.92%
B = 49.58%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9C56EE (or 0x9C56EE) is known color: Medium Purple. HEX triplet: 9C, 56 and EE. RGB value is (156,86,238). Sum of RGB (Red+Green+Blue) = 156+86+238=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #9C56EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C56EE is #63A911. Grayscale: #7B7B7B. Windows color (decimal): -6531346 or 15619740. OLE color: 15619740.

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

Color convert

RGB 156 86 238 -
CMYK 0.34 0.64 0 0.07
HSL 267.63º 0.82% 0.64% -
HSV(B) 267.63º 0.64% 0.93% -
XYZ 32.47 19.9 83.02 -
YUV 124.26 192.19 150.64 -
System Red Green Blue C M Y K H S L
Decimal 156 86 238 0.34 0.64 0 0.07 267.63 0.82 0.64
Hex 9C 56 EE 22 40 0 7 10C 52 40
Octal 234 126 356 42 100 0 7 414 122 100
Binary 10011100 1010110 11101110 100010 1000000 0 111 100001100 1010010 1000000

Color Harmonies of #9C56EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C56EE

Black with #9C56EE

Text Example


Text Example

White with #9C56EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,86,238); }

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

background-color css

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

 a { background-color: rgb(156,86,238); }

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

border-color css

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

 span { border-color: rgb(156,86,238); }

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