Html Css Color HEX #9B6ADE Medium Purple

📋 copy color: '#9B6ADE'

red 155 ◦ green 106 ◦ blue 222

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

Shades of Medium Purple #9B6ADE

Tints of Medium Purple #9B6ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.95%

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

R = 32.09%
G = 21.95%
B = 45.96%

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

#9B6ADE (or 0x9B6ADE) is known color: Medium Purple. HEX triplet: 9B, 6A and DE. RGB value is (155,106,222). Sum of RGB (Red+Green+Blue) = 155+106+222=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B6ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6ADE is #649521. Grayscale: #858585. Windows color (decimal): -6591778 or 14576283. OLE color: 14576283.

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

Color convert

RGB 155 106 222 -
CMYK 0.30 0.52 0 0.13
HSL 265.34º 0.64% 0.64% -
HSV(B) 265.34º 0.52% 0.87% -
XYZ 31.86 22.55 71.78 -
YUV 133.88 177.73 143.07 -
System Red Green Blue C M Y K H S L
Decimal 155 106 222 0.30 0.52 0 0.13 265.34 0.64 0.64
Hex 9B 6A DE 1E 34 0 D 109 40 40
Octal 233 152 336 36 64 0 15 411 100 100
Binary 10011011 1101010 11011110 11110 110100 0 1101 100001001 1000000 1000000

Color Harmonies of #9B6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6ADE

Black with #9B6ADE

Text Example


Text Example

White with #9B6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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