Html Css Color HEX #995BCD Amethyst

📋 copy color: '#995BCD'

red 153 ◦ green 91 ◦ blue 205

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

Shades of Amethyst #995BCD

Tints of Amethyst #995BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.27%

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 34.08%
G = 20.27%
B = 45.66%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#995BCD (or 0x995BCD) is known color: Amethyst. HEX triplet: 99, 5B and CD. RGB value is (153,91,205). Sum of RGB (Red+Green+Blue) = 153+91+205=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #995BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BCD is #66A432. Grayscale: #7A7A7A. Windows color (decimal): -6726707 or 13458329. OLE color: 13458329.

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

Color convert

RGB 153 91 205 -
CMYK 0.25 0.56 0 0.20
HSL 272.63º 0.53% 0.58% -
HSV(B) 272.63º 0.56% 0.8% -
XYZ 27.9 18.66 59.89 -
YUV 122.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 153 91 205 0.25 0.56 0 0.20 272.63 0.53 0.58
Hex 99 5B CD 19 38 0 14 111 35 3A
Octal 231 133 315 31 70 0 24 421 65 72
Binary 10011001 1011011 11001101 11001 111000 0 10100 100010001 110101 111010

Color Harmonies of #995BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995BCD

Black with #995BCD

Text Example


Text Example

White with #995BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,91,205); }

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

background-color css

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

 a { background-color: rgb(153,91,205); }

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

border-color css

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

 span { border-color: rgb(153,91,205); }

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