Html Css Color HEX #9C62DB Amethyst

📋 copy color: '#9C62DB'

red 156 ◦ green 98 ◦ blue 219

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

Shades of Amethyst #9C62DB

Tints of Amethyst #9C62DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.72%

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

R = 32.98%
G = 20.72%
B = 46.3%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C62DB (or 0x9C62DB) is known color: Amethyst. HEX triplet: 9C, 62 and DB. RGB value is (156,98,219). Sum of RGB (Red+Green+Blue) = 156+98+219=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C62DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C62DB is #639D24. Grayscale: #808080. Windows color (decimal): -6528293 or 14377628. OLE color: 14377628.

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

Color convert

RGB 156 98 219 -
CMYK 0.29 0.55 0 0.14
HSL 268.76º 0.63% 0.62% -
HSV(B) 268.76º 0.55% 0.86% -
XYZ 30.86 20.92 69.43 -
YUV 129.14 178.72 147.16 -
System Red Green Blue C M Y K H S L
Decimal 156 98 219 0.29 0.55 0 0.14 268.76 0.63 0.62
Hex 9C 62 DB 1D 37 0 E 10D 3F 3E
Octal 234 142 333 35 67 0 16 415 77 76
Binary 10011100 1100010 11011011 11101 110111 0 1110 100001101 111111 111110

Color Harmonies of #9C62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C62DB

Black with #9C62DB

Text Example


Text Example

White with #9C62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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