Html Css Color HEX #9C5ADB Amethyst

📋 copy color: '#9C5ADB'

red 156 ◦ green 90 ◦ blue 219

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

Shades of Amethyst #9C5ADB

Tints of Amethyst #9C5ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 33.55%
G = 19.35%
B = 47.1%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C5ADB (or 0x9C5ADB) is known color: Amethyst. HEX triplet: 9C, 5A and DB. RGB value is (156,90,219). Sum of RGB (Red+Green+Blue) = 156+90+219=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C5ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5ADB is #63A524. Grayscale: #7B7B7B. Windows color (decimal): -6530341 or 14375580. OLE color: 14375580.

HSL color Cylindrical-coordinate representation of color #9C5ADB: hue angle of 270.7º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C5ADB is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 90 219 -
CMYK 0.29 0.59 0 0.14
HSL 270.7º 0.64% 0.61% -
HSV(B) 270.7º 0.59% 0.86% -
XYZ 30.15 19.49 69.19 -
YUV 124.44 181.37 150.51 -
System Red Green Blue C M Y K H S L
Decimal 156 90 219 0.29 0.59 0 0.14 270.7 0.64 0.61
Hex 9C 5A DB 1D 3B 0 E 10F 40 3D
Octal 234 132 333 35 73 0 16 417 100 75
Binary 10011100 1011010 11011011 11101 111011 0 1110 100001111 1000000 111101

Color Harmonies of #9C5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5ADB

Black with #9C5ADB

Text Example


Text Example

White with #9C5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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