Html Css Color HEX #9B5FED Medium Purple

📋 copy color: '#9B5FED'

red 155 ◦ green 95 ◦ blue 237

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

Shades of Medium Purple #9B5FED

Tints of Medium Purple #9B5FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.67%

R = 31.83%
G = 19.51%
B = 48.67%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B5FED (or 0x9B5FED) is known color: Medium Purple. HEX triplet: 9B, 5F and ED. RGB value is (155,95,237). Sum of RGB (Red+Green+Blue) = 155+95+237=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B5FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5FED is #64A012. Grayscale: #808080. Windows color (decimal): -6594579 or 15556507. OLE color: 15556507.

HSL color Cylindrical-coordinate representation of color #9B5FED: hue angle of 265.35º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B5FED is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 95 237 -
CMYK 0.35 0.60 0 0.07
HSL 265.35º 0.8% 0.65% -
HSV(B) 265.35º 0.6% 0.93% -
XYZ 32.9 21.27 82.49 -
YUV 129.13 188.88 146.45 -
System Red Green Blue C M Y K H S L
Decimal 155 95 237 0.35 0.60 0 0.07 265.35 0.8 0.65
Hex 9B 5F ED 23 3C 0 7 109 50 41
Octal 233 137 355 43 74 0 7 411 120 101
Binary 10011011 1011111 11101101 100011 111100 0 111 100001001 1010000 1000001

Color Harmonies of #9B5FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5FED

Black with #9B5FED

Text Example


Text Example

White with #9B5FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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