Html Css Color HEX #9A70CE Amethyst

📋 copy color: '#9A70CE'

red 154 ◦ green 112 ◦ blue 206

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

Shades of Amethyst #9A70CE

Tints of Amethyst #9A70CE

RGB

 RED value IS 154 (60.55% from 255) = 32.63%

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

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

R = 32.63%
G = 23.73%
B = 43.64%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A70CE (or 0x9A70CE) is known color: Amethyst. HEX triplet: 9A, 70 and CE. RGB value is (154,112,206). Sum of RGB (Red+Green+Blue) = 154+112+206=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A70CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A70CE is #658F31. Grayscale: #868686. Windows color (decimal): -6655794 or 13529242. OLE color: 13529242.

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

Color convert

RGB 154 112 206 -
CMYK 0.25 0.46 0 0.19
HSL 266.81º 0.49% 0.62% -
HSV(B) 266.81º 0.46% 0.81% -
XYZ 30.26 22.91 61.22 -
YUV 135.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 154 112 206 0.25 0.46 0 0.19 266.81 0.49 0.62
Hex 9A 70 CE 19 2E 0 13 10B 31 3E
Octal 232 160 316 31 56 0 23 413 61 76
Binary 10011010 1110000 11001110 11001 101110 0 10011 100001011 110001 111110

Color Harmonies of #9A70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A70CE

Black with #9A70CE

Text Example


Text Example

White with #9A70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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