Html Css Color HEX #995CCA Amethyst

📋 copy color: '#995CCA'

red 153 ◦ green 92 ◦ blue 202

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

Shades of Amethyst #995CCA

Tints of Amethyst #995CCA

RGB

 RED value IS 153 (60.16% from 255) = 34.23%

 GREEN value IS 92 (36.33% from 255) = 20.58%

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 34.23%
G = 20.58%
B = 45.19%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#995CCA (or 0x995CCA) is known color: Amethyst. HEX triplet: 99, 5C and CA. RGB value is (153,92,202). Sum of RGB (Red+Green+Blue) = 153+92+202=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #995CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CCA is #66A335. Grayscale: #7A7A7A. Windows color (decimal): -6726454 or 13261977. OLE color: 13261977.

HSL color Cylindrical-coordinate representation of color #995CCA: hue angle of 273.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #995CCA is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 92 202 -
CMYK 0.24 0.54 0 0.21
HSL 273.27º 0.51% 0.58% -
HSV(B) 273.27º 0.54% 0.79% -
XYZ 27.62 18.69 58.03 -
YUV 122.78 172.71 149.56 -
System Red Green Blue C M Y K H S L
Decimal 153 92 202 0.24 0.54 0 0.21 273.27 0.51 0.58
Hex 99 5C CA 18 36 0 15 111 33 3A
Octal 231 134 312 30 66 0 25 421 63 72
Binary 10011001 1011100 11001010 11000 110110 0 10101 100010001 110011 111010

Color Harmonies of #995CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995CCA

Black with #995CCA

Text Example


Text Example

White with #995CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995CCA; }

 p { color: rgb(153,92,202); }

 H1.HeaderClassName
 {
   color: #995CCA;
 }
 .AnyTagClassName
 {
   color: #995CCA;
 }
</style>

background-color css

<style>
 a { background-color: #995CCA; }

 a { background-color: rgb(153,92,202); }

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

border-color css

<style>
 span { border-color: #995CCA; }

 span { border-color: rgb(153,92,202); }

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