Html Css Color HEX #995CCC Amethyst

📋 copy color: '#995CCC'

red 153 ◦ green 92 ◦ blue 204

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

Shades of Amethyst #995CCC

Tints of Amethyst #995CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 34.08%
G = 20.49%
B = 45.43%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#995CCC (or 0x995CCC) is known color: Amethyst. HEX triplet: 99, 5C and CC. RGB value is (153,92,204). Sum of RGB (Red+Green+Blue) = 153+92+204=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #995CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CCC is #66A333. Grayscale: #7A7A7A. Windows color (decimal): -6726452 or 13393049. OLE color: 13393049.

HSL color Cylindrical-coordinate representation of color #995CCC: hue angle of 272.68º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #995CCC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 92 204 -
CMYK 0.25 0.55 0 0.2
HSL 272.68º 0.52% 0.58% -
HSV(B) 272.68º 0.55% 0.8% -
XYZ 27.86 18.79 59.28 -
YUV 123.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 153 92 204 0.25 0.55 0 0.2 272.68 0.52 0.58
Hex 99 5C CC 19 37 0 14 111 34 3A
Octal 231 134 314 31 67 0 24 421 64 72
Binary 10011001 1011100 11001100 11001 110111 0 10100 100010001 110100 111010

Color Harmonies of #995CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995CCC

Black with #995CCC

Text Example


Text Example

White with #995CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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