Html Css Color HEX #9C62CE Amethyst

📋 copy color: '#9C62CE'

red 156 ◦ green 98 ◦ blue 206

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

Shades of Amethyst #9C62CE

Tints of Amethyst #9C62CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 33.91%
G = 21.3%
B = 44.78%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C62CE (or 0x9C62CE) is known color: Amethyst. HEX triplet: 9C, 62 and CE. RGB value is (156,98,206). Sum of RGB (Red+Green+Blue) = 156+98+206=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C62CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C62CE is #639D31. Grayscale: #7F7F7F. Windows color (decimal): -6528306 or 13525660. OLE color: 13525660.

HSL color Cylindrical-coordinate representation of color #9C62CE: hue angle of 272.22º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C62CE is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 98 206 -
CMYK 0.24 0.52 0 0.19
HSL 272.22º 0.52% 0.6% -
HSV(B) 272.22º 0.52% 0.81% -
XYZ 29.22 20.26 60.76 -
YUV 127.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 156 98 206 0.24 0.52 0 0.19 272.22 0.52 0.6
Hex 9C 62 CE 18 34 0 13 110 34 3C
Octal 234 142 316 30 64 0 23 420 64 74
Binary 10011100 1100010 11001110 11000 110100 0 10011 100010000 110100 111100

Color Harmonies of #9C62CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C62CE

Black with #9C62CE

Text Example


Text Example

White with #9C62CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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