Html Css Color HEX #9B5AEC Medium Purple

📋 copy color: '#9B5AEC'

red 155 ◦ green 90 ◦ blue 236

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

Shades of Medium Purple #9B5AEC

Tints of Medium Purple #9B5AEC

RGB

 RED value IS 155 (60.94% from 255) = 32.22%

 GREEN value IS 90 (35.55% from 255) = 18.71%

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 32.22%
G = 18.71%
B = 49.06%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B5AEC (or 0x9B5AEC) is known color: Medium Purple. HEX triplet: 9B, 5A and EC. RGB value is (155,90,236). Sum of RGB (Red+Green+Blue) = 155+90+236=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B5AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5AEC is #64A513. Grayscale: #7D7D7D. Windows color (decimal): -6595860 or 15489691. OLE color: 15489691.

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

Color convert

RGB 155 90 236 -
CMYK 0.34 0.62 0 0.07
HSL 266.71º 0.79% 0.64% -
HSV(B) 266.71º 0.62% 0.93% -
XYZ 32.31 20.34 81.58 -
YUV 126.08 190.03 148.63 -
System Red Green Blue C M Y K H S L
Decimal 155 90 236 0.34 0.62 0 0.07 266.71 0.79 0.64
Hex 9B 5A EC 22 3E 0 7 10B 4F 40
Octal 233 132 354 42 76 0 7 413 117 100
Binary 10011011 1011010 11101100 100010 111110 0 111 100001011 1001111 1000000

Color Harmonies of #9B5AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5AEC

Black with #9B5AEC

Text Example


Text Example

White with #9B5AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,90,236); }

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

background-color css

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

 a { background-color: rgb(155,90,236); }

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

border-color css

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

 span { border-color: rgb(155,90,236); }

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