Html Css Color HEX #9C62DD Amethyst

📋 copy color: '#9C62DD'

red 156 ◦ green 98 ◦ blue 221

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

Shades of Amethyst #9C62DD

Tints of Amethyst #9C62DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 32.84%
G = 20.63%
B = 46.53%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C62DD (or 0x9C62DD) is known color: Amethyst. HEX triplet: 9C, 62 and DD. RGB value is (156,98,221). Sum of RGB (Red+Green+Blue) = 156+98+221=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C62DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C62DD is #639D22. Grayscale: #808080. Windows color (decimal): -6528291 or 14508700. OLE color: 14508700.

HSL color Cylindrical-coordinate representation of color #9C62DD: hue angle of 268.29º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C62DD is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 98 221 -
CMYK 0.29 0.56 0 0.13
HSL 268.29º 0.64% 0.63% -
HSV(B) 268.29º 0.56% 0.87% -
XYZ 31.13 21.02 70.82 -
YUV 129.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 156 98 221 0.29 0.56 0 0.13 268.29 0.64 0.63
Hex 9C 62 DD 1D 38 0 D 10C 40 3F
Octal 234 142 335 35 70 0 15 414 100 77
Binary 10011100 1100010 11011101 11101 111000 0 1101 100001100 1000000 111111

Color Harmonies of #9C62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C62DD

Black with #9C62DD

Text Example


Text Example

White with #9C62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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