Html Css Color HEX #9F70CA Amethyst

📋 copy color: '#9F70CA'

red 159 ◦ green 112 ◦ blue 202

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

Shades of Amethyst #9F70CA

Tints of Amethyst #9F70CA

RGB

 RED value IS 159 (62.5% from 255) = 33.62%

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

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

R = 33.62%
G = 23.68%
B = 42.71%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F70CA (or 0x9F70CA) is known color: Amethyst. HEX triplet: 9F, 70 and CA. RGB value is (159,112,202). Sum of RGB (Red+Green+Blue) = 159+112+202=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F70CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F70CA is #608F35. Grayscale: #888888. Windows color (decimal): -6328118 or 13267103. OLE color: 13267103.

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

Color convert

RGB 159 112 202 -
CMYK 0.21 0.45 0 0.21
HSL 271.33º 0.46% 0.62% -
HSV(B) 271.33º 0.45% 0.79% -
XYZ 30.75 23.22 58.74 -
YUV 136.31 165.07 144.18 -
System Red Green Blue C M Y K H S L
Decimal 159 112 202 0.21 0.45 0 0.21 271.33 0.46 0.62
Hex 9F 70 CA 15 2D 0 15 10F 2E 3E
Octal 237 160 312 25 55 0 25 417 56 76
Binary 10011111 1110000 11001010 10101 101101 0 10101 100001111 101110 111110

Color Harmonies of #9F70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F70CA

Black with #9F70CA

Text Example


Text Example

White with #9F70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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