Html Css Color HEX #9F6AD0 Amethyst

📋 copy color: '#9F6AD0'

red 159 ◦ green 106 ◦ blue 208

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

Shades of Amethyst #9F6AD0

Tints of Amethyst #9F6AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.97%

R = 33.62%
G = 22.41%
B = 43.97%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9F6AD0 (or 0x9F6AD0) is known color: Amethyst. HEX triplet: 9F, 6A and D0. RGB value is (159,106,208). Sum of RGB (Red+Green+Blue) = 159+106+208=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #9F6AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6AD0 is #60952F. Grayscale: #858585. Windows color (decimal): -6329648 or 13658783. OLE color: 13658783.

HSL color Cylindrical-coordinate representation of color #9F6AD0: hue angle of 271.18º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F6AD0 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 106 208 -
CMYK 0.24 0.49 0 0.18
HSL 271.18º 0.52% 0.62% -
HSV(B) 271.18º 0.49% 0.82% -
XYZ 30.84 22.23 62.34 -
YUV 133.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 159 106 208 0.24 0.49 0 0.18 271.18 0.52 0.62
Hex 9F 6A D0 18 31 0 12 10F 34 3E
Octal 237 152 320 30 61 0 22 417 64 76
Binary 10011111 1101010 11010000 11000 110001 0 10010 100001111 110100 111110

Color Harmonies of #9F6AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6AD0

Black with #9F6AD0

Text Example


Text Example

White with #9F6AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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