Html Css Color HEX #9C62DC Amethyst

📋 copy color: '#9C62DC'

red 156 ◦ green 98 ◦ blue 220

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

Shades of Amethyst #9C62DC

Tints of Amethyst #9C62DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 32.91%
G = 20.68%
B = 46.41%

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

#9C62DC (or 0x9C62DC) is known color: Amethyst. HEX triplet: 9C, 62 and DC. RGB value is (156,98,220). Sum of RGB (Red+Green+Blue) = 156+98+220=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C62DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C62DC is #639D23. Grayscale: #808080. Windows color (decimal): -6528292 or 14443164. OLE color: 14443164.

HSL color Cylindrical-coordinate representation of color #9C62DC: hue angle of 268.52º degrees, saturation: 0.64, 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 #9C62DC is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 98 220 -
CMYK 0.29 0.55 0 0.14
HSL 268.52º 0.64% 0.62% -
HSV(B) 268.52º 0.55% 0.86% -
XYZ 31 20.97 70.12 -
YUV 129.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 156 98 220 0.29 0.55 0 0.14 268.52 0.64 0.62
Hex 9C 62 DC 1D 37 0 E 10D 40 3E
Octal 234 142 334 35 67 0 16 415 100 76
Binary 10011100 1100010 11011100 11101 110111 0 1110 100001101 1000000 111110

Color Harmonies of #9C62DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C62DC

Black with #9C62DC

Text Example


Text Example

White with #9C62DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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