Html Css Color HEX #9C5CEA Medium Purple

📋 copy color: '#9C5CEA'

red 156 ◦ green 92 ◦ blue 234

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

Shades of Medium Purple #9C5CEA

Tints of Medium Purple #9C5CEA

RGB

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

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

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

R = 32.37%
G = 19.09%
B = 48.55%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C5CEA (or 0x9C5CEA) is known color: Medium Purple. HEX triplet: 9C, 5C and EA. RGB value is (156,92,234). Sum of RGB (Red+Green+Blue) = 156+92+234=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C5CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5CEA is #63A315. Grayscale: #7E7E7E. Windows color (decimal): -6529814 or 15359132. OLE color: 15359132.

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

Color convert

RGB 156 92 234 -
CMYK 0.33 0.61 0 0.08
HSL 267.04º 0.77% 0.64% -
HSV(B) 267.04º 0.61% 0.92% -
XYZ 32.39 20.66 80.12 -
YUV 127.32 188.2 148.45 -
System Red Green Blue C M Y K H S L
Decimal 156 92 234 0.33 0.61 0 0.08 267.04 0.77 0.64
Hex 9C 5C EA 21 3D 0 8 10B 4D 40
Octal 234 134 352 41 75 0 10 413 115 100
Binary 10011100 1011100 11101010 100001 111101 0 1000 100001011 1001101 1000000

Color Harmonies of #9C5CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5CEA

Black with #9C5CEA

Text Example


Text Example

White with #9C5CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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