Html Css Color HEX #9F69CE Amethyst

📋 copy color: '#9F69CE'

red 159 ◦ green 105 ◦ blue 206

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

Shades of Amethyst #9F69CE

Tints of Amethyst #9F69CE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.34%

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

R = 33.83%
G = 22.34%
B = 43.83%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F69CE (or 0x9F69CE) is known color: Amethyst. HEX triplet: 9F, 69 and CE. RGB value is (159,105,206). Sum of RGB (Red+Green+Blue) = 159+105+206=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F69CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F69CE is #609631. Grayscale: #848484. Windows color (decimal): -6329906 or 13527455. OLE color: 13527455.

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

Color convert

RGB 159 105 206 -
CMYK 0.23 0.49 0 0.19
HSL 272.08º 0.51% 0.61% -
HSV(B) 272.08º 0.49% 0.81% -
XYZ 30.49 21.93 61.02 -
YUV 132.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 159 105 206 0.23 0.49 0 0.19 272.08 0.51 0.61
Hex 9F 69 CE 17 31 0 13 110 33 3D
Octal 237 151 316 27 61 0 23 420 63 75
Binary 10011111 1101001 11001110 10111 110001 0 10011 100010000 110011 111101

Color Harmonies of #9F69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F69CE

Black with #9F69CE

Text Example


Text Example

White with #9F69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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