Html Css Color HEX #9B5AEF Medium Purple

📋 copy color: '#9B5AEF'

red 155 ◦ green 90 ◦ blue 239

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

Shades of Medium Purple #9B5AEF

Tints of Medium Purple #9B5AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 32.02%
G = 18.6%
B = 49.38%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9B5AEF (or 0x9B5AEF) is known color: Medium Purple. HEX triplet: 9B, 5A and EF. RGB value is (155,90,239). Sum of RGB (Red+Green+Blue) = 155+90+239=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B5AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5AEF is #64A510. Grayscale: #7D7D7D. Windows color (decimal): -6595857 or 15686299. OLE color: 15686299.

HSL color Cylindrical-coordinate representation of color #9B5AEF: hue angle of 266.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B5AEF is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 90 239 -
CMYK 0.35 0.62 0 0.06
HSL 266.17º 0.82% 0.65% -
HSV(B) 266.17º 0.62% 0.94% -
XYZ 32.75 20.51 83.89 -
YUV 126.42 191.53 148.38 -
System Red Green Blue C M Y K H S L
Decimal 155 90 239 0.35 0.62 0 0.06 266.17 0.82 0.65
Hex 9B 5A EF 23 3E 0 6 10A 52 41
Octal 233 132 357 43 76 0 6 412 122 101
Binary 10011011 1011010 11101111 100011 111110 0 110 100001010 1010010 1000001

Color Harmonies of #9B5AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5AEF

Black with #9B5AEF

Text Example


Text Example

White with #9B5AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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