Html Css Color HEX #9A6AE0 Medium Purple

📋 copy color: '#9A6AE0'

red 154 ◦ green 106 ◦ blue 224

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

Shades of Medium Purple #9A6AE0

Tints of Medium Purple #9A6AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 31.82%
G = 21.9%
B = 46.28%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9A6AE0 (or 0x9A6AE0) is known color: Medium Purple. HEX triplet: 9A, 6A and E0. RGB value is (154,106,224). Sum of RGB (Red+Green+Blue) = 154+106+224=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #9A6AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6AE0 is #65951F. Grayscale: #858585. Windows color (decimal): -6657312 or 14707354. OLE color: 14707354.

HSL color Cylindrical-coordinate representation of color #9A6AE0: hue angle of 264.41º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A6AE0 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 154 106 224 -
CMYK 0.31 0.53 0 0.12
HSL 264.41º 0.66% 0.65% -
HSV(B) 264.41º 0.53% 0.88% -
XYZ 31.94 22.56 73.19 -
YUV 133.8 178.9 142.41 -
System Red Green Blue C M Y K H S L
Decimal 154 106 224 0.31 0.53 0 0.12 264.41 0.66 0.65
Hex 9A 6A E0 1F 35 0 C 108 42 41
Octal 232 152 340 37 65 0 14 410 102 101
Binary 10011010 1101010 11100000 11111 110101 0 1100 100001000 1000010 1000001

Color Harmonies of #9A6AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6AE0

Black with #9A6AE0

Text Example


Text Example

White with #9A6AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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