Html Css Color HEX #9C5FDF Amethyst

📋 copy color: '#9C5FDF'

red 156 ◦ green 95 ◦ blue 223

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

Shades of Amethyst #9C5FDF

Tints of Amethyst #9C5FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 32.91%
G = 20.04%
B = 47.05%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C5FDF (or 0x9C5FDF) is known color: Amethyst. HEX triplet: 9C, 5F and DF. RGB value is (156,95,223). Sum of RGB (Red+Green+Blue) = 156+95+223=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C5FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5FDF is #63A020. Grayscale: #7F7F7F. Windows color (decimal): -6529057 or 14639004. OLE color: 14639004.

HSL color Cylindrical-coordinate representation of color #9C5FDF: hue angle of 268.59º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C5FDF is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 95 223 -
CMYK 0.30 0.57 0 0.13
HSL 268.59º 0.67% 0.62% -
HSV(B) 268.59º 0.57% 0.87% -
XYZ 31.12 20.58 72.14 -
YUV 127.83 181.71 148.09 -
System Red Green Blue C M Y K H S L
Decimal 156 95 223 0.30 0.57 0 0.13 268.59 0.67 0.62
Hex 9C 5F DF 1E 39 0 D 10D 43 3E
Octal 234 137 337 36 71 0 15 415 103 76
Binary 10011100 1011111 11011111 11110 111001 0 1101 100001101 1000011 111110

Color Harmonies of #9C5FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5FDF

Black with #9C5FDF

Text Example


Text Example

White with #9C5FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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