Html Css Color HEX #9C5FCA Amethyst

📋 copy color: '#9C5FCA'

red 156 ◦ green 95 ◦ blue 202

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

Shades of Amethyst #9C5FCA

Tints of Amethyst #9C5FCA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.97%

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

R = 34.44%
G = 20.97%
B = 44.59%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C5FCA (or 0x9C5FCA) is known color: Amethyst. HEX triplet: 9C, 5F and CA. RGB value is (156,95,202). Sum of RGB (Red+Green+Blue) = 156+95+202=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C5FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5FCA is #63A035. Grayscale: #7D7D7D. Windows color (decimal): -6529078 or 13262748. OLE color: 13262748.

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

Color convert

RGB 156 95 202 -
CMYK 0.23 0.53 0 0.21
HSL 274.21º 0.5% 0.58% -
HSV(B) 274.21º 0.53% 0.79% -
XYZ 28.46 19.52 58.14 -
YUV 125.44 171.21 149.8 -
System Red Green Blue C M Y K H S L
Decimal 156 95 202 0.23 0.53 0 0.21 274.21 0.5 0.58
Hex 9C 5F CA 17 35 0 15 112 32 3A
Octal 234 137 312 27 65 0 25 422 62 72
Binary 10011100 1011111 11001010 10111 110101 0 10101 100010010 110010 111010

Color Harmonies of #9C5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5FCA

Black with #9C5FCA

Text Example


Text Example

White with #9C5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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