Html Css Color HEX #9562CE Amethyst

📋 copy color: '#9562CE'

red 149 ◦ green 98 ◦ blue 206

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

Shades of Amethyst #9562CE

Tints of Amethyst #9562CE

RGB

 RED value IS 149 (58.59% from 255) = 32.89%

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

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

R = 32.89%
G = 21.63%
B = 45.47%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9562CE (or 0x9562CE) is known color: Amethyst. HEX triplet: 95, 62 and CE. RGB value is (149,98,206). Sum of RGB (Red+Green+Blue) = 149+98+206=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #9562CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9562CE is #6A9D31. Grayscale: #7D7D7D. Windows color (decimal): -6987058 or 13525653. OLE color: 13525653.

HSL color Cylindrical-coordinate representation of color #9562CE: hue angle of 268.33º 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 #9562CE is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 98 206 -
CMYK 0.28 0.52 0 0.19
HSL 268.33º 0.52% 0.6% -
HSV(B) 268.33º 0.52% 0.81% -
XYZ 27.9 19.58 60.7 -
YUV 125.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 149 98 206 0.28 0.52 0 0.19 268.33 0.52 0.6
Hex 95 62 CE 1C 34 0 13 10C 34 3C
Octal 225 142 316 34 64 0 23 414 64 74
Binary 10010101 1100010 11001110 11100 110100 0 10011 100001100 110100 111100

Color Harmonies of #9562CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9562CE

Black with #9562CE

Text Example


Text Example

White with #9562CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9562CE; }

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

 H1.HeaderClassName
 {
   color: #9562CE;
 }
 .AnyTagClassName
 {
   color: #9562CE;
 }
</style>

background-color css

<style>
 a { background-color: #9562CE; }

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

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

border-color css

<style>
 span { border-color: #9562CE; }

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

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