Html Css Color HEX #9C70CE Amethyst

📋 copy color: '#9C70CE'

red 156 ◦ green 112 ◦ blue 206

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

Shades of Amethyst #9C70CE

Tints of Amethyst #9C70CE

RGB

 RED value IS 156 (61.33% from 255) = 32.91%

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

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

R = 32.91%
G = 23.63%
B = 43.46%

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

#9C70CE (or 0x9C70CE) is known color: Amethyst. HEX triplet: 9C, 70 and CE. RGB value is (156,112,206). Sum of RGB (Red+Green+Blue) = 156+112+206=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C70CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C70CE is #638F31. Grayscale: #878787. Windows color (decimal): -6524722 or 13529244. OLE color: 13529244.

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

Color convert

RGB 156 112 206 -
CMYK 0.24 0.46 0 0.19
HSL 268.09º 0.49% 0.62% -
HSV(B) 268.09º 0.46% 0.81% -
XYZ 30.65 23.11 61.24 -
YUV 135.87 167.58 142.36 -
System Red Green Blue C M Y K H S L
Decimal 156 112 206 0.24 0.46 0 0.19 268.09 0.49 0.62
Hex 9C 70 CE 18 2E 0 13 10C 31 3E
Octal 234 160 316 30 56 0 23 414 61 76
Binary 10011100 1110000 11001110 11000 101110 0 10011 100001100 110001 111110

Color Harmonies of #9C70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C70CE

Black with #9C70CE

Text Example


Text Example

White with #9C70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,112,206); }

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

background-color css

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

 a { background-color: rgb(156,112,206); }

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

border-color css

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

 span { border-color: rgb(156,112,206); }

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