Html Css Color HEX #9B5CED Medium Purple

📋 copy color: '#9B5CED'

red 155 ◦ green 92 ◦ blue 237

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

Shades of Medium Purple #9B5CED

Tints of Medium Purple #9B5CED

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.01%

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

R = 32.02%
G = 19.01%
B = 48.97%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B5CED (or 0x9B5CED) is known color: Medium Purple. HEX triplet: 9B, 5C and ED. RGB value is (155,92,237). Sum of RGB (Red+Green+Blue) = 155+92+237=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B5CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5CED is #64A312. Grayscale: #7E7E7E. Windows color (decimal): -6595347 or 15555739. OLE color: 15555739.

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

Color convert

RGB 155 92 237 -
CMYK 0.35 0.61 0 0.07
HSL 266.07º 0.8% 0.65% -
HSV(B) 266.07º 0.61% 0.93% -
XYZ 32.63 20.74 82.4 -
YUV 127.37 189.87 147.71 -
System Red Green Blue C M Y K H S L
Decimal 155 92 237 0.35 0.61 0 0.07 266.07 0.8 0.65
Hex 9B 5C ED 23 3D 0 7 10A 50 41
Octal 233 134 355 43 75 0 7 412 120 101
Binary 10011011 1011100 11101101 100011 111101 0 111 100001010 1010000 1000001

Color Harmonies of #9B5CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5CED

Black with #9B5CED

Text Example


Text Example

White with #9B5CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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