Html Css Color HEX #995AD0 Amethyst

📋 copy color: '#995AD0'

red 153 ◦ green 90 ◦ blue 208

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

Shades of Amethyst #995AD0

Tints of Amethyst #995AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.12%

R = 33.92%
G = 19.96%
B = 46.12%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#995AD0 (or 0x995AD0) is known color: Amethyst. HEX triplet: 99, 5A and D0. RGB value is (153,90,208). Sum of RGB (Red+Green+Blue) = 153+90+208=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 208 - color contains mainly: blue. Hex color #995AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995AD0 is #66A52F. Grayscale: #797979. Windows color (decimal): -6726960 or 13654681. OLE color: 13654681.

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

Color convert

RGB 153 90 208 -
CMYK 0.26 0.57 0 0.18
HSL 272.03º 0.56% 0.58% -
HSV(B) 272.03º 0.57% 0.82% -
XYZ 28.18 18.64 61.79 -
YUV 122.29 176.37 149.91 -
System Red Green Blue C M Y K H S L
Decimal 153 90 208 0.26 0.57 0 0.18 272.03 0.56 0.58
Hex 99 5A D0 1A 39 0 12 110 38 3A
Octal 231 132 320 32 71 0 22 420 70 72
Binary 10011001 1011010 11010000 11010 111001 0 10010 100010000 111000 111010

Color Harmonies of #995AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995AD0

Black with #995AD0

Text Example


Text Example

White with #995AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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