Html Css Color HEX #9A6FDE Medium Purple

📋 copy color: '#9A6FDE'

red 154 ◦ green 111 ◦ blue 222

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

Shades of Medium Purple #9A6FDE

Tints of Medium Purple #9A6FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.59%

R = 31.62%
G = 22.79%
B = 45.59%

CMYK

 C value IS 0.31

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A6FDE (or 0x9A6FDE) is known color: Medium Purple. HEX triplet: 9A, 6F and DE. RGB value is (154,111,222). Sum of RGB (Red+Green+Blue) = 154+111+222=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A6FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6FDE is #659021. Grayscale: #888888. Windows color (decimal): -6656034 or 14577562. OLE color: 14577562.

HSL color Cylindrical-coordinate representation of color #9A6FDE: hue angle of 263.24º degrees, saturation: 0.63, 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 #9A6FDE is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 111 222 -
CMYK 0.31 0.5 0 0.13
HSL 263.24º 0.63% 0.65% -
HSV(B) 263.24º 0.5% 0.87% -
XYZ 32.2 23.51 71.95 -
YUV 136.51 176.25 140.47 -
System Red Green Blue C M Y K H S L
Decimal 154 111 222 0.31 0.5 0 0.13 263.24 0.63 0.65
Hex 9A 6F DE 1F 32 0 D 107 3F 41
Octal 232 157 336 37 62 0 15 407 77 101
Binary 10011010 1101111 11011110 11111 110010 0 1101 100000111 111111 1000001

Color Harmonies of #9A6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6FDE

Black with #9A6FDE

Text Example


Text Example

White with #9A6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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