Html Css Color HEX #995ADB Amethyst

📋 copy color: '#995ADB'

red 153 ◦ green 90 ◦ blue 219

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

Shades of Amethyst #995ADB

Tints of Amethyst #995ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 33.12%
G = 19.48%
B = 47.4%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#995ADB (or 0x995ADB) is known color: Amethyst. HEX triplet: 99, 5A and DB. RGB value is (153,90,219). Sum of RGB (Red+Green+Blue) = 153+90+219=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #995ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ADB is #66A524. Grayscale: #7B7B7B. Windows color (decimal): -6726949 or 14375577. OLE color: 14375577.

HSL color Cylindrical-coordinate representation of color #995ADB: hue angle of 269.3º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #995ADB is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 90 219 -
CMYK 0.30 0.59 0 0.14
HSL 269.3º 0.64% 0.61% -
HSV(B) 269.3º 0.59% 0.86% -
XYZ 29.58 19.2 69.16 -
YUV 123.54 181.87 149.01 -
System Red Green Blue C M Y K H S L
Decimal 153 90 219 0.30 0.59 0 0.14 269.3 0.64 0.61
Hex 99 5A DB 1E 3B 0 E 10D 40 3D
Octal 231 132 333 36 73 0 16 415 100 75
Binary 10011001 1011010 11011011 11110 111011 0 1110 100001101 1000000 111101

Color Harmonies of #995ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995ADB

Black with #995ADB

Text Example


Text Example

White with #995ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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