Html Css Color HEX #9C5CDD Amethyst

📋 copy color: '#9C5CDD'

red 156 ◦ green 92 ◦ blue 221

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

Shades of Amethyst #9C5CDD

Tints of Amethyst #9C5CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.62%

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 33.26%
G = 19.62%
B = 47.12%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C5CDD (or 0x9C5CDD) is known color: Amethyst. HEX triplet: 9C, 5C and DD. RGB value is (156,92,221). Sum of RGB (Red+Green+Blue) = 156+92+221=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C5CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5CDD is #63A322. Grayscale: #7D7D7D. Windows color (decimal): -6529827 or 14507164. OLE color: 14507164.

HSL color Cylindrical-coordinate representation of color #9C5CDD: hue angle of 269.77º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C5CDD is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 92 221 -
CMYK 0.29 0.58 0 0.13
HSL 269.77º 0.65% 0.61% -
HSV(B) 269.77º 0.58% 0.87% -
XYZ 30.59 19.94 70.64 -
YUV 125.84 181.7 149.51 -
System Red Green Blue C M Y K H S L
Decimal 156 92 221 0.29 0.58 0 0.13 269.77 0.65 0.61
Hex 9C 5C DD 1D 3A 0 D 10E 41 3D
Octal 234 134 335 35 72 0 15 416 101 75
Binary 10011100 1011100 11011101 11101 111010 0 1101 100001110 1000001 111101

Color Harmonies of #9C5CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5CDD

Black with #9C5CDD

Text Example


Text Example

White with #9C5CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,92,221); }

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

background-color css

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

 a { background-color: rgb(156,92,221); }

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

border-color css

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

 span { border-color: rgb(156,92,221); }

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