Html Css Color HEX #9C5ACF Amethyst

📋 copy color: '#9C5ACF'

red 156 ◦ green 90 ◦ blue 207

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

Shades of Amethyst #9C5ACF

Tints of Amethyst #9C5ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.87%

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 34.44%
G = 19.87%
B = 45.7%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C5ACF (or 0x9C5ACF) is known color: Amethyst. HEX triplet: 9C, 5A and CF. RGB value is (156,90,207). Sum of RGB (Red+Green+Blue) = 156+90+207=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C5ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5ACF is #63A530. Grayscale: #7A7A7A. Windows color (decimal): -6530353 or 13589148. OLE color: 13589148.

HSL color Cylindrical-coordinate representation of color #9C5ACF: hue angle of 273.85º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C5ACF is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 90 207 -
CMYK 0.25 0.57 0 0.19
HSL 273.85º 0.55% 0.58% -
HSV(B) 273.85º 0.57% 0.81% -
XYZ 28.63 18.89 61.17 -
YUV 123.07 175.37 151.49 -
System Red Green Blue C M Y K H S L
Decimal 156 90 207 0.25 0.57 0 0.19 273.85 0.55 0.58
Hex 9C 5A CF 19 39 0 13 112 37 3A
Octal 234 132 317 31 71 0 23 422 67 72
Binary 10011100 1011010 11001111 11001 111001 0 10011 100010010 110111 111010

Color Harmonies of #9C5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5ACF

Black with #9C5ACF

Text Example


Text Example

White with #9C5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,90,207); }

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

background-color css

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

 a { background-color: rgb(156,90,207); }

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

border-color css

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

 span { border-color: rgb(156,90,207); }

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