Html Css Color HEX #9A6FE0 Medium Purple

📋 copy color: '#9A6FE0'

red 154 ◦ green 111 ◦ blue 224

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

Shades of Medium Purple #9A6FE0

Tints of Medium Purple #9A6FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.7%

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

R = 31.49%
G = 22.7%
B = 45.81%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9A6FE0 (or 0x9A6FE0) is known color: Medium Purple. HEX triplet: 9A, 6F and E0. RGB value is (154,111,224). Sum of RGB (Red+Green+Blue) = 154+111+224=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #9A6FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6FE0 is #65901F. Grayscale: #888888. Windows color (decimal): -6656032 or 14708634. OLE color: 14708634.

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

Color convert

RGB 154 111 224 -
CMYK 0.31 0.50 0 0.12
HSL 262.83º 0.65% 0.66% -
HSV(B) 262.83º 0.5% 0.88% -
XYZ 32.47 23.62 73.37 -
YUV 136.74 177.25 140.31 -
System Red Green Blue C M Y K H S L
Decimal 154 111 224 0.31 0.50 0 0.12 262.83 0.65 0.66
Hex 9A 6F E0 1F 32 0 C 107 41 42
Octal 232 157 340 37 62 0 14 407 101 102
Binary 10011010 1101111 11100000 11111 110010 0 1100 100000111 1000001 1000010

Color Harmonies of #9A6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6FE0

Black with #9A6FE0

Text Example


Text Example

White with #9A6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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