Html Css Color HEX #9F65DD Amethyst

📋 copy color: '#9F65DD'

red 159 ◦ green 101 ◦ blue 221

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

Shades of Amethyst #9F65DD

Tints of Amethyst #9F65DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21%

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 33.06%
G = 21%
B = 45.95%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F65DD (or 0x9F65DD) is known color: Amethyst. HEX triplet: 9F, 65 and DD. RGB value is (159,101,221). Sum of RGB (Red+Green+Blue) = 159+101+221=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F65DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F65DD is #609A22. Grayscale: #838383. Windows color (decimal): -6330915 or 14509471. OLE color: 14509471.

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

Color convert

RGB 159 101 221 -
CMYK 0.28 0.54 0 0.13
HSL 269º 0.64% 0.63% -
HSV(B) 269º 0.54% 0.87% -
XYZ 32 21.9 70.95 -
YUV 132.02 178.22 147.24 -
System Red Green Blue C M Y K H S L
Decimal 159 101 221 0.28 0.54 0 0.13 269 0.64 0.63
Hex 9F 65 DD 1C 36 0 D 10D 40 3F
Octal 237 145 335 34 66 0 15 415 100 77
Binary 10011111 1100101 11011101 11100 110110 0 1101 100001101 1000000 111111

Color Harmonies of #9F65DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F65DD

Black with #9F65DD

Text Example


Text Example

White with #9F65DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,101,221); }

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

background-color css

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

 a { background-color: rgb(159,101,221); }

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

border-color css

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

 span { border-color: rgb(159,101,221); }

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