Html Css Color HEX #9A6ADB Medium Purple

📋 copy color: '#9A6ADB'

red 154 ◦ green 106 ◦ blue 219

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

Shades of Medium Purple #9A6ADB

Tints of Medium Purple #9A6ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.72%

R = 32.15%
G = 22.13%
B = 45.72%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A6ADB (or 0x9A6ADB) is known color: Medium Purple. HEX triplet: 9A, 6A and DB. RGB value is (154,106,219). Sum of RGB (Red+Green+Blue) = 154+106+219=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A6ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ADB is #659524. Grayscale: #848484. Windows color (decimal): -6657317 or 14379674. OLE color: 14379674.

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

Color convert

RGB 154 106 219 -
CMYK 0.30 0.52 0 0.14
HSL 265.49º 0.61% 0.64% -
HSV(B) 265.49º 0.52% 0.86% -
XYZ 31.27 22.29 69.67 -
YUV 133.23 176.4 142.81 -
System Red Green Blue C M Y K H S L
Decimal 154 106 219 0.30 0.52 0 0.14 265.49 0.61 0.64
Hex 9A 6A DB 1E 34 0 E 109 3D 40
Octal 232 152 333 36 64 0 16 411 75 100
Binary 10011010 1101010 11011011 11110 110100 0 1110 100001001 111101 1000000

Color Harmonies of #9A6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6ADB

Black with #9A6ADB

Text Example


Text Example

White with #9A6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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