Html Css Color HEX #9C72D0 Amethyst

📋 copy color: '#9C72D0'

red 156 ◦ green 114 ◦ blue 208

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

Shades of Amethyst #9C72D0

Tints of Amethyst #9C72D0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.85%

 BLUE value IS 208 (81.64% from 255) = 43.51%

R = 32.64%
G = 23.85%
B = 43.51%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9C72D0 (or 0x9C72D0) is known color: Amethyst. HEX triplet: 9C, 72 and D0. RGB value is (156,114,208). Sum of RGB (Red+Green+Blue) = 156+114+208=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #9C72D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C72D0 is #638D2F. Grayscale: #888888. Windows color (decimal): -6524208 or 13660828. OLE color: 13660828.

HSL color Cylindrical-coordinate representation of color #9C72D0: hue angle of 266.81º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C72D0 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 114 208 -
CMYK 0.25 0.45 0 0.18
HSL 266.81º 0.5% 0.63% -
HSV(B) 266.81º 0.45% 0.82% -
XYZ 31.11 23.66 62.6 -
YUV 137.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 156 114 208 0.25 0.45 0 0.18 266.81 0.5 0.63
Hex 9C 72 D0 19 2D 0 12 10B 32 3F
Octal 234 162 320 31 55 0 22 413 62 77
Binary 10011100 1110010 11010000 11001 101101 0 10010 100001011 110010 111111

Color Harmonies of #9C72D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C72D0

Black with #9C72D0

Text Example


Text Example

White with #9C72D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,114,208); }

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

background-color css

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

 a { background-color: rgb(156,114,208); }

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

border-color css

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

 span { border-color: rgb(156,114,208); }

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