Html Css Color HEX #9C56EA Medium Purple

📋 copy color: '#9C56EA'

red 156 ◦ green 86 ◦ blue 234

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

Shades of Medium Purple #9C56EA

Tints of Medium Purple #9C56EA

RGB

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

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

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

R = 32.77%
G = 18.07%
B = 49.16%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C56EA (or 0x9C56EA) is known color: Medium Purple. HEX triplet: 9C, 56 and EA. RGB value is (156,86,234). Sum of RGB (Red+Green+Blue) = 156+86+234=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C56EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C56EA is #63A915. Grayscale: #7B7B7B. Windows color (decimal): -6531350 or 15357596. OLE color: 15357596.

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

Color convert

RGB 156 86 234 -
CMYK 0.33 0.63 0 0.08
HSL 268.38º 0.78% 0.63% -
HSV(B) 268.38º 0.63% 0.92% -
XYZ 31.89 19.66 79.96 -
YUV 123.8 190.19 150.97 -
System Red Green Blue C M Y K H S L
Decimal 156 86 234 0.33 0.63 0 0.08 268.38 0.78 0.63
Hex 9C 56 EA 21 3F 0 8 10C 4E 3F
Octal 234 126 352 41 77 0 10 414 116 77
Binary 10011100 1010110 11101010 100001 111111 0 1000 100001100 1001110 111111

Color Harmonies of #9C56EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C56EA

Black with #9C56EA

Text Example


Text Example

White with #9C56EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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