Html Css Color HEX #995ACB Amethyst

📋 copy color: '#995ACB'

red 153 ◦ green 90 ◦ blue 203

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

Shades of Amethyst #995ACB

Tints of Amethyst #995ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.18%

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 34.3%
G = 20.18%
B = 45.52%

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

#995ACB (or 0x995ACB) is known color: Amethyst. HEX triplet: 99, 5A and CB. RGB value is (153,90,203). Sum of RGB (Red+Green+Blue) = 153+90+203=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #995ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ACB is #66A534. Grayscale: #797979. Windows color (decimal): -6726965 or 13327001. OLE color: 13327001.

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

Color convert

RGB 153 90 203 -
CMYK 0.25 0.56 0 0.20
HSL 273.45º 0.52% 0.57% -
HSV(B) 273.45º 0.56% 0.8% -
XYZ 27.57 18.4 58.6 -
YUV 121.72 173.87 150.31 -
System Red Green Blue C M Y K H S L
Decimal 153 90 203 0.25 0.56 0 0.20 273.45 0.52 0.57
Hex 99 5A CB 19 38 0 14 111 34 39
Octal 231 132 313 31 70 0 24 421 64 71
Binary 10011001 1011010 11001011 11001 111000 0 10100 100010001 110100 111001

Color Harmonies of #995ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995ACB

Black with #995ACB

Text Example


Text Example

White with #995ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,90,203); }

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

background-color css

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

 a { background-color: rgb(153,90,203); }

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

border-color css

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

 span { border-color: rgb(153,90,203); }

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