Html Css Color HEX #9F66CF Amethyst

📋 copy color: '#9F66CF'

red 159 ◦ green 102 ◦ blue 207

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

Shades of Amethyst #9F66CF

Tints of Amethyst #9F66CF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.79%

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 33.97%
G = 21.79%
B = 44.23%

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

#9F66CF (or 0x9F66CF) is known color: Amethyst. HEX triplet: 9F, 66 and CF. RGB value is (159,102,207). Sum of RGB (Red+Green+Blue) = 159+102+207=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F66CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F66CF is #609930. Grayscale: #828282. Windows color (decimal): -6330673 or 13592223. OLE color: 13592223.

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

Color convert

RGB 159 102 207 -
CMYK 0.23 0.51 0 0.19
HSL 272.57º 0.52% 0.61% -
HSV(B) 272.57º 0.51% 0.81% -
XYZ 30.31 21.38 61.56 -
YUV 131.01 170.88 147.96 -
System Red Green Blue C M Y K H S L
Decimal 159 102 207 0.23 0.51 0 0.19 272.57 0.52 0.61
Hex 9F 66 CF 17 33 0 13 111 34 3D
Octal 237 146 317 27 63 0 23 421 64 75
Binary 10011111 1100110 11001111 10111 110011 0 10011 100010001 110100 111101

Color Harmonies of #9F66CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F66CF

Black with #9F66CF

Text Example


Text Example

White with #9F66CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,102,207); }

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

background-color css

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

 a { background-color: rgb(159,102,207); }

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

border-color css

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

 span { border-color: rgb(159,102,207); }

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