Html Css Color HEX #9970CF Amethyst

📋 copy color: '#9970CF'

red 153 ◦ green 112 ◦ blue 207

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

Shades of Amethyst #9970CF

Tints of Amethyst #9970CF

RGB

 RED value IS 153 (60.16% from 255) = 32.42%

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

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

R = 32.42%
G = 23.73%
B = 43.86%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9970CF (or 0x9970CF) is known color: Amethyst. HEX triplet: 99, 70 and CF. RGB value is (153,112,207). Sum of RGB (Red+Green+Blue) = 153+112+207=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #9970CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9970CF is #668F30. Grayscale: #868686. Windows color (decimal): -6721329 or 13594777. OLE color: 13594777.

HSL color Cylindrical-coordinate representation of color #9970CF: hue angle of 265.89º 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 #9970CF is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 112 207 -
CMYK 0.26 0.46 0 0.19
HSL 265.89º 0.5% 0.63% -
HSV(B) 265.89º 0.46% 0.81% -
XYZ 30.19 22.87 61.85 -
YUV 135.09 168.58 140.78 -
System Red Green Blue C M Y K H S L
Decimal 153 112 207 0.26 0.46 0 0.19 265.89 0.5 0.63
Hex 99 70 CF 1A 2E 0 13 10A 32 3F
Octal 231 160 317 32 56 0 23 412 62 77
Binary 10011001 1110000 11001111 11010 101110 0 10011 100001010 110010 111111

Color Harmonies of #9970CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9970CF

Black with #9970CF

Text Example


Text Example

White with #9970CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9970CF; }

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

 H1.HeaderClassName
 {
   color: #9970CF;
 }
 .AnyTagClassName
 {
   color: #9970CF;
 }
</style>

background-color css

<style>
 a { background-color: #9970CF; }

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

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

border-color css

<style>
 span { border-color: #9970CF; }

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

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