Html Css Color HEX #9C58DB Amethyst

📋 copy color: '#9C58DB'

red 156 ◦ green 88 ◦ blue 219

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

Shades of Amethyst #9C58DB

Tints of Amethyst #9C58DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.01%

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

R = 33.69%
G = 19.01%
B = 47.3%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C58DB (or 0x9C58DB) is known color: Amethyst. HEX triplet: 9C, 58 and DB. RGB value is (156,88,219). Sum of RGB (Red+Green+Blue) = 156+88+219=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C58DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C58DB is #63A724. Grayscale: #7A7A7A. Windows color (decimal): -6530853 or 14375068. OLE color: 14375068.

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

Color convert

RGB 156 88 219 -
CMYK 0.29 0.60 0 0.14
HSL 271.15º 0.65% 0.6% -
HSV(B) 271.15º 0.6% 0.86% -
XYZ 29.99 19.16 69.14 -
YUV 123.27 182.03 151.35 -
System Red Green Blue C M Y K H S L
Decimal 156 88 219 0.29 0.60 0 0.14 271.15 0.65 0.6
Hex 9C 58 DB 1D 3C 0 E 10F 41 3C
Octal 234 130 333 35 74 0 16 417 101 74
Binary 10011100 1011000 11011011 11101 111100 0 1110 100001111 1000001 111100

Color Harmonies of #9C58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C58DB

Black with #9C58DB

Text Example


Text Example

White with #9C58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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