Html Css Color HEX #9C5BEB Medium Purple

📋 copy color: '#9C5BEB'

red 156 ◦ green 91 ◦ blue 235

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

Shades of Medium Purple #9C5BEB

Tints of Medium Purple #9C5BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.88%

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 32.37%
G = 18.88%
B = 48.76%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C5BEB (or 0x9C5BEB) is known color: Medium Purple. HEX triplet: 9C, 5B and EB. RGB value is (156,91,235). Sum of RGB (Red+Green+Blue) = 156+91+235=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C5BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5BEB is #63A414. Grayscale: #7E7E7E. Windows color (decimal): -6530069 or 15424412. OLE color: 15424412.

HSL color Cylindrical-coordinate representation of color #9C5BEB: hue angle of 267.08º degrees, saturation: 0.78, 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 #9C5BEB is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 91 235 -
CMYK 0.34 0.61 0 0.08
HSL 267.08º 0.78% 0.64% -
HSV(B) 267.08º 0.61% 0.92% -
XYZ 32.45 20.55 80.85 -
YUV 126.85 189.03 148.79 -
System Red Green Blue C M Y K H S L
Decimal 156 91 235 0.34 0.61 0 0.08 267.08 0.78 0.64
Hex 9C 5B EB 22 3D 0 8 10B 4E 40
Octal 234 133 353 42 75 0 10 413 116 100
Binary 10011100 1011011 11101011 100010 111101 0 1000 100001011 1001110 1000000

Color Harmonies of #9C5BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5BEB

Black with #9C5BEB

Text Example


Text Example

White with #9C5BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,91,235); }

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

background-color css

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

 a { background-color: rgb(156,91,235); }

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

border-color css

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

 span { border-color: rgb(156,91,235); }

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