Html Css Color HEX #9B6BDE Medium Purple

📋 copy color: '#9B6BDE'

red 155 ◦ green 107 ◦ blue 222

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

Shades of Medium Purple #9B6BDE

Tints of Medium Purple #9B6BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.11%

 BLUE value IS 222 (87.11% from 255) = 45.87%

R = 32.02%
G = 22.11%
B = 45.87%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B6BDE (or 0x9B6BDE) is known color: Medium Purple. HEX triplet: 9B, 6B and DE. RGB value is (155,107,222). Sum of RGB (Red+Green+Blue) = 155+107+222=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B6BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6BDE is #649421. Grayscale: #868686. Windows color (decimal): -6591522 or 14576539. OLE color: 14576539.

HSL color Cylindrical-coordinate representation of color #9B6BDE: hue angle of 265.04º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B6BDE is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 107 222 -
CMYK 0.30 0.52 0 0.13
HSL 265.04º 0.64% 0.65% -
HSV(B) 265.04º 0.52% 0.87% -
XYZ 31.96 22.76 71.82 -
YUV 134.46 177.4 142.65 -
System Red Green Blue C M Y K H S L
Decimal 155 107 222 0.30 0.52 0 0.13 265.04 0.64 0.65
Hex 9B 6B DE 1E 34 0 D 109 40 41
Octal 233 153 336 36 64 0 15 411 100 101
Binary 10011011 1101011 11011110 11110 110100 0 1101 100001001 1000000 1000001

Color Harmonies of #9B6BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6BDE

Black with #9B6BDE

Text Example


Text Example

White with #9B6BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,107,222); }

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

background-color css

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

 a { background-color: rgb(155,107,222); }

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

border-color css

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

 span { border-color: rgb(155,107,222); }

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