Html Css Color HEX #9F70CF Amethyst

📋 copy color: '#9F70CF'

red 159 ◦ green 112 ◦ blue 207

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

Shades of Amethyst #9F70CF

Tints of Amethyst #9F70CF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.43%

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

R = 33.26%
G = 23.43%
B = 43.31%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F70CF (or 0x9F70CF) is known color: Amethyst. HEX triplet: 9F, 70 and CF. RGB value is (159,112,207). Sum of RGB (Red+Green+Blue) = 159+112+207=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F70CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F70CF is #608F30. Grayscale: #888888. Windows color (decimal): -6328113 or 13594783. OLE color: 13594783.

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

Color convert

RGB 159 112 207 -
CMYK 0.23 0.46 0 0.19
HSL 269.68º 0.5% 0.63% -
HSV(B) 269.68º 0.46% 0.81% -
XYZ 31.35 23.46 61.91 -
YUV 136.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 159 112 207 0.23 0.46 0 0.19 269.68 0.5 0.63
Hex 9F 70 CF 17 2E 0 13 10E 32 3F
Octal 237 160 317 27 56 0 23 416 62 77
Binary 10011111 1110000 11001111 10111 101110 0 10011 100001110 110010 111111

Color Harmonies of #9F70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F70CF

Black with #9F70CF

Text Example


Text Example

White with #9F70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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