Html Css Color HEX #9F65CE Amethyst

📋 copy color: '#9F65CE'

red 159 ◦ green 101 ◦ blue 206

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

Shades of Amethyst #9F65CE

Tints of Amethyst #9F65CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 34.12%
G = 21.67%
B = 44.21%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F65CE (or 0x9F65CE) is known color: Amethyst. HEX triplet: 9F, 65 and CE. RGB value is (159,101,206). Sum of RGB (Red+Green+Blue) = 159+101+206=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F65CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F65CE is #609A31. Grayscale: #818181. Windows color (decimal): -6330930 or 13526431. OLE color: 13526431.

HSL color Cylindrical-coordinate representation of color #9F65CE: hue angle of 273.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F65CE is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 101 206 -
CMYK 0.23 0.51 0 0.19
HSL 273.14º 0.52% 0.6% -
HSV(B) 273.14º 0.51% 0.81% -
XYZ 30.09 21.13 60.89 -
YUV 130.31 170.72 148.46 -
System Red Green Blue C M Y K H S L
Decimal 159 101 206 0.23 0.51 0 0.19 273.14 0.52 0.6
Hex 9F 65 CE 17 33 0 13 111 34 3C
Octal 237 145 316 27 63 0 23 421 64 74
Binary 10011111 1100101 11001110 10111 110011 0 10011 100010001 110100 111100

Color Harmonies of #9F65CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F65CE

Black with #9F65CE

Text Example


Text Example

White with #9F65CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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