Html Css Color HEX #9B5FEB Medium Purple

📋 copy color: '#9B5FEB'

red 155 ◦ green 95 ◦ blue 235

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

Shades of Medium Purple #9B5FEB

Tints of Medium Purple #9B5FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.59%

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

R = 31.96%
G = 19.59%
B = 48.45%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9B5FEB (or 0x9B5FEB) is known color: Medium Purple. HEX triplet: 9B, 5F and EB. RGB value is (155,95,235). Sum of RGB (Red+Green+Blue) = 155+95+235=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B5FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5FEB is #64A014. Grayscale: #808080. Windows color (decimal): -6594581 or 15425435. OLE color: 15425435.

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

Color convert

RGB 155 95 235 -
CMYK 0.34 0.60 0 0.08
HSL 265.71º 0.78% 0.65% -
HSV(B) 265.71º 0.6% 0.92% -
XYZ 32.61 21.15 80.96 -
YUV 128.9 187.88 146.62 -
System Red Green Blue C M Y K H S L
Decimal 155 95 235 0.34 0.60 0 0.08 265.71 0.78 0.65
Hex 9B 5F EB 22 3C 0 8 10A 4E 41
Octal 233 137 353 42 74 0 10 412 116 101
Binary 10011011 1011111 11101011 100010 111100 0 1000 100001010 1001110 1000001

Color Harmonies of #9B5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5FEB

Black with #9B5FEB

Text Example


Text Example

White with #9B5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,95,235); }

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

background-color css

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

 a { background-color: rgb(155,95,235); }

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

border-color css

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

 span { border-color: rgb(155,95,235); }

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