Html Css Color HEX #995CDD Amethyst

📋 copy color: '#995CDD'

red 153 ◦ green 92 ◦ blue 221

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

Shades of Amethyst #995CDD

Tints of Amethyst #995CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.74%

 BLUE value IS 221 (86.72% from 255) = 47.42%

R = 32.83%
G = 19.74%
B = 47.42%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#995CDD (or 0x995CDD) is known color: Amethyst. HEX triplet: 99, 5C and DD. RGB value is (153,92,221). Sum of RGB (Red+Green+Blue) = 153+92+221=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #995CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CDD is #66A322. Grayscale: #7C7C7C. Windows color (decimal): -6726435 or 14507161. OLE color: 14507161.

HSL color Cylindrical-coordinate representation of color #995CDD: hue angle of 268.37º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #995CDD is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 92 221 -
CMYK 0.31 0.58 0 0.13
HSL 268.37º 0.65% 0.61% -
HSV(B) 268.37º 0.58% 0.87% -
XYZ 30.02 19.65 70.62 -
YUV 124.95 182.21 148.01 -
System Red Green Blue C M Y K H S L
Decimal 153 92 221 0.31 0.58 0 0.13 268.37 0.65 0.61
Hex 99 5C DD 1F 3A 0 D 10C 41 3D
Octal 231 134 335 37 72 0 15 414 101 75
Binary 10011001 1011100 11011101 11111 111010 0 1101 100001100 1000001 111101

Color Harmonies of #995CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995CDD

Black with #995CDD

Text Example


Text Example

White with #995CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,92,221); }

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

background-color css

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

 a { background-color: rgb(153,92,221); }

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

border-color css

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

 span { border-color: rgb(153,92,221); }

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