Html Css Color HEX #9C70CA Amethyst

📋 copy color: '#9C70CA'

red 156 ◦ green 112 ◦ blue 202

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

Shades of Amethyst #9C70CA

Tints of Amethyst #9C70CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.98%

R = 33.19%
G = 23.83%
B = 42.98%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C70CA (or 0x9C70CA) is known color: Amethyst. HEX triplet: 9C, 70 and CA. RGB value is (156,112,202). Sum of RGB (Red+Green+Blue) = 156+112+202=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C70CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C70CA is #638F35. Grayscale: #878787. Windows color (decimal): -6524726 or 13267100. OLE color: 13267100.

HSL color Cylindrical-coordinate representation of color #9C70CA: hue angle of 269.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C70CA is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 112 202 -
CMYK 0.23 0.45 0 0.21
HSL 269.33º 0.46% 0.62% -
HSV(B) 269.33º 0.45% 0.79% -
XYZ 30.17 22.92 58.71 -
YUV 135.42 165.58 142.68 -
System Red Green Blue C M Y K H S L
Decimal 156 112 202 0.23 0.45 0 0.21 269.33 0.46 0.62
Hex 9C 70 CA 17 2D 0 15 10D 2E 3E
Octal 234 160 312 27 55 0 25 415 56 76
Binary 10011100 1110000 11001010 10111 101101 0 10101 100001101 101110 111110

Color Harmonies of #9C70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C70CA

Black with #9C70CA

Text Example


Text Example

White with #9C70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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