Html Css Color HEX #995ACF Amethyst

📋 copy color: '#995ACF'

red 153 ◦ green 90 ◦ blue 207

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

Shades of Amethyst #995ACF

Tints of Amethyst #995ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 34%
G = 20%
B = 46%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#995ACF (or 0x995ACF) is known color: Amethyst. HEX triplet: 99, 5A and CF. RGB value is (153,90,207). Sum of RGB (Red+Green+Blue) = 153+90+207=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #995ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ACF is #66A530. Grayscale: #797979. Windows color (decimal): -6726961 or 13589145. OLE color: 13589145.

HSL color Cylindrical-coordinate representation of color #995ACF: hue angle of 272.31º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #995ACF is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 90 207 -
CMYK 0.26 0.57 0 0.19
HSL 272.31º 0.55% 0.58% -
HSV(B) 272.31º 0.57% 0.81% -
XYZ 28.06 18.59 61.14 -
YUV 122.18 175.87 149.99 -
System Red Green Blue C M Y K H S L
Decimal 153 90 207 0.26 0.57 0 0.19 272.31 0.55 0.58
Hex 99 5A CF 1A 39 0 13 110 37 3A
Octal 231 132 317 32 71 0 23 420 67 72
Binary 10011001 1011010 11001111 11010 111001 0 10011 100010000 110111 111010

Color Harmonies of #995ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995ACF

Black with #995ACF

Text Example


Text Example

White with #995ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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