Html Css Color HEX #9A6EDD Medium Purple

📋 copy color: '#9A6EDD'

red 154 ◦ green 110 ◦ blue 221

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

Shades of Medium Purple #9A6EDD

Tints of Medium Purple #9A6EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.68%

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 31.75%
G = 22.68%
B = 45.57%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A6EDD (or 0x9A6EDD) is known color: Medium Purple. HEX triplet: 9A, 6E and DD. RGB value is (154,110,221). Sum of RGB (Red+Green+Blue) = 154+110+221=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A6EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6EDD is #659122. Grayscale: #878787. Windows color (decimal): -6656291 or 14511770. OLE color: 14511770.

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

Color convert

RGB 154 110 221 -
CMYK 0.30 0.50 0 0.13
HSL 263.78º 0.62% 0.65% -
HSV(B) 263.78º 0.5% 0.87% -
XYZ 31.95 23.24 71.21 -
YUV 135.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 154 110 221 0.30 0.50 0 0.13 263.78 0.62 0.65
Hex 9A 6E DD 1E 32 0 D 108 3E 41
Octal 232 156 335 36 62 0 15 410 76 101
Binary 10011010 1101110 11011101 11110 110010 0 1101 100001000 111110 1000001

Color Harmonies of #9A6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6EDD

Black with #9A6EDD

Text Example


Text Example

White with #9A6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,110,221); }

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

background-color css

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

 a { background-color: rgb(154,110,221); }

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

border-color css

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

 span { border-color: rgb(154,110,221); }

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