Html Css Color HEX #9B6DED Medium Purple

📋 copy color: '#9B6DED'

red 155 ◦ green 109 ◦ blue 237

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

Shades of Medium Purple #9B6DED

Tints of Medium Purple #9B6DED

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.76%

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

R = 30.94%
G = 21.76%
B = 47.31%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B6DED (or 0x9B6DED) is known color: Medium Purple. HEX triplet: 9B, 6D and ED. RGB value is (155,109,237). Sum of RGB (Red+Green+Blue) = 155+109+237=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B6DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B6DED is #649212. Grayscale: #888888. Windows color (decimal): -6590995 or 15560091. OLE color: 15560091.

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

Color convert

RGB 155 109 237 -
CMYK 0.35 0.54 0 0.07
HSL 261.56º 0.78% 0.68% -
HSV(B) 261.56º 0.54% 0.93% -
XYZ 34.27 24.02 82.95 -
YUV 137.35 184.24 140.59 -
System Red Green Blue C M Y K H S L
Decimal 155 109 237 0.35 0.54 0 0.07 261.56 0.78 0.68
Hex 9B 6D ED 23 36 0 7 106 4E 44
Octal 233 155 355 43 66 0 7 406 116 104
Binary 10011011 1101101 11101101 100011 110110 0 111 100000110 1001110 1000100

Color Harmonies of #9B6DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6DED

Black with #9B6DED

Text Example


Text Example

White with #9B6DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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