Html Css Color HEX #9D70CF Amethyst

📋 copy color: '#9D70CF'

red 157 ◦ green 112 ◦ blue 207

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

Shades of Amethyst #9D70CF

Tints of Amethyst #9D70CF

RGB

 RED value IS 157 (61.72% from 255) = 32.98%

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

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

R = 32.98%
G = 23.53%
B = 43.49%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D70CF (or 0x9D70CF) is known color: Amethyst. HEX triplet: 9D, 70 and CF. RGB value is (157,112,207). Sum of RGB (Red+Green+Blue) = 157+112+207=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D70CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D70CF is #628F30. Grayscale: #878787. Windows color (decimal): -6459185 or 13594781. OLE color: 13594781.

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

Color convert

RGB 157 112 207 -
CMYK 0.24 0.46 0 0.19
HSL 268.42º 0.5% 0.63% -
HSV(B) 268.42º 0.46% 0.81% -
XYZ 30.96 23.26 61.89 -
YUV 136.29 167.91 142.78 -
System Red Green Blue C M Y K H S L
Decimal 157 112 207 0.24 0.46 0 0.19 268.42 0.5 0.63
Hex 9D 70 CF 18 2E 0 13 10C 32 3F
Octal 235 160 317 30 56 0 23 414 62 77
Binary 10011101 1110000 11001111 11000 101110 0 10011 100001100 110010 111111

Color Harmonies of #9D70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D70CF

Black with #9D70CF

Text Example


Text Example

White with #9D70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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