Html Css Color HEX #9F6ADE Medium Purple

📋 copy color: '#9F6ADE'

red 159 ◦ green 106 ◦ blue 222

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

Shades of Medium Purple #9F6ADE

Tints of Medium Purple #9F6ADE

RGB

 RED value IS 159 (62.5% from 255) = 32.65%

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

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

R = 32.65%
G = 21.77%
B = 45.59%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F6ADE (or 0x9F6ADE) is known color: Medium Purple. HEX triplet: 9F, 6A and DE. RGB value is (159,106,222). Sum of RGB (Red+Green+Blue) = 159+106+222=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 106 (41.80% from 255 or 21.77% 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 #9F6ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6ADE is #609521. Grayscale: #868686. Windows color (decimal): -6329634 or 14576287. OLE color: 14576287.

HSL color Cylindrical-coordinate representation of color #9F6ADE: hue angle of 267.41º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F6ADE is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 106 222 -
CMYK 0.28 0.52 0 0.13
HSL 267.41º 0.64% 0.64% -
HSV(B) 267.41º 0.52% 0.87% -
XYZ 32.64 22.95 71.82 -
YUV 135.07 177.06 145.07 -
System Red Green Blue C M Y K H S L
Decimal 159 106 222 0.28 0.52 0 0.13 267.41 0.64 0.64
Hex 9F 6A DE 1C 34 0 D 10B 40 40
Octal 237 152 336 34 64 0 15 413 100 100
Binary 10011111 1101010 11011110 11100 110100 0 1101 100001011 1000000 1000000

Color Harmonies of #9F6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6ADE

Black with #9F6ADE

Text Example


Text Example

White with #9F6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,106,222); }

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

background-color css

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

 a { background-color: rgb(159,106,222); }

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

border-color css

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

 span { border-color: rgb(159,106,222); }

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