Html Css Color HEX #9D70CA Amethyst

📋 copy color: '#9D70CA'

red 157 ◦ green 112 ◦ blue 202

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

Shades of Amethyst #9D70CA

Tints of Amethyst #9D70CA

RGB

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

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

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

R = 33.33%
G = 23.78%
B = 42.89%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9D70CA (or 0x9D70CA) is known color: Amethyst. HEX triplet: 9D, 70 and CA. RGB value is (157,112,202). Sum of RGB (Red+Green+Blue) = 157+112+202=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D70CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D70CA is #628F35. Grayscale: #878787. Windows color (decimal): -6459190 or 13267101. OLE color: 13267101.

HSL color Cylindrical-coordinate representation of color #9D70CA: hue angle of 270º 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 #9D70CA is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 112 202 -
CMYK 0.22 0.45 0 0.21
HSL 270º 0.46% 0.62% -
HSV(B) 270º 0.45% 0.79% -
XYZ 30.36 23.02 58.72 -
YUV 135.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 157 112 202 0.22 0.45 0 0.21 270 0.46 0.62
Hex 9D 70 CA 16 2D 0 15 10E 2E 3E
Octal 235 160 312 26 55 0 25 416 56 76
Binary 10011101 1110000 11001010 10110 101101 0 10101 100001110 101110 111110

Color Harmonies of #9D70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D70CA

Black with #9D70CA

Text Example


Text Example

White with #9D70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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