Html Css Color HEX #9A6ADE Medium Purple

📋 copy color: '#9A6ADE'

red 154 ◦ green 106 ◦ blue 222

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

Shades of Medium Purple #9A6ADE

Tints of Medium Purple #9A6ADE

RGB

 RED value IS 154 (60.55% from 255) = 31.95%

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

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

R = 31.95%
G = 21.99%
B = 46.06%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A6ADE (or 0x9A6ADE) is known color: Medium Purple. HEX triplet: 9A, 6A and DE. RGB value is (154,106,222). Sum of RGB (Red+Green+Blue) = 154+106+222=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A6ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ADE is #659521. Grayscale: #858585. Windows color (decimal): -6657314 or 14576282. OLE color: 14576282.

HSL color Cylindrical-coordinate representation of color #9A6ADE: hue angle of 264.83º 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 #9A6ADE is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 106 222 -
CMYK 0.31 0.52 0 0.13
HSL 264.83º 0.64% 0.64% -
HSV(B) 264.83º 0.52% 0.87% -
XYZ 31.67 22.45 71.77 -
YUV 133.58 177.9 142.57 -
System Red Green Blue C M Y K H S L
Decimal 154 106 222 0.31 0.52 0 0.13 264.83 0.64 0.64
Hex 9A 6A DE 1F 34 0 D 109 40 40
Octal 232 152 336 37 64 0 15 411 100 100
Binary 10011010 1101010 11011110 11111 110100 0 1101 100001001 1000000 1000000

Color Harmonies of #9A6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6ADE

Black with #9A6ADE

Text Example


Text Example

White with #9A6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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