Html Css Color HEX #9A6AED Medium Purple

📋 copy color: '#9A6AED'

red 154 ◦ green 106 ◦ blue 237

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

Shades of Medium Purple #9A6AED

Tints of Medium Purple #9A6AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 30.99%
G = 21.33%
B = 47.69%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9A6AED (or 0x9A6AED) is known color: Medium Purple. HEX triplet: 9A, 6A and ED. RGB value is (154,106,237). Sum of RGB (Red+Green+Blue) = 154+106+237=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A6AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6AED is #659512. Grayscale: #868686. Windows color (decimal): -6657299 or 15559322. OLE color: 15559322.

HSL color Cylindrical-coordinate representation of color #9A6AED: hue angle of 261.98º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A6AED is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 106 237 -
CMYK 0.35 0.55 0 0.07
HSL 261.98º 0.78% 0.67% -
HSV(B) 261.98º 0.55% 0.93% -
XYZ 33.77 23.29 82.84 -
YUV 135.29 185.4 141.35 -
System Red Green Blue C M Y K H S L
Decimal 154 106 237 0.35 0.55 0 0.07 261.98 0.78 0.67
Hex 9A 6A ED 23 37 0 7 106 4E 43
Octal 232 152 355 43 67 0 7 406 116 103
Binary 10011010 1101010 11101101 100011 110111 0 111 100000110 1001110 1000011

Color Harmonies of #9A6AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6AED

Black with #9A6AED

Text Example


Text Example

White with #9A6AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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