Html Css Color HEX #995DDA Amethyst

📋 copy color: '#995DDA'

red 153 ◦ green 93 ◦ blue 218

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

Shades of Amethyst #995DDA

Tints of Amethyst #995DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.04%

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 32.97%
G = 20.04%
B = 46.98%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#995DDA (or 0x995DDA) is known color: Amethyst. HEX triplet: 99, 5D and DA. RGB value is (153,93,218). Sum of RGB (Red+Green+Blue) = 153+93+218=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #995DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DDA is #66A225. Grayscale: #7C7C7C. Windows color (decimal): -6726182 or 14310809. OLE color: 14310809.

HSL color Cylindrical-coordinate representation of color #995DDA: hue angle of 268.8º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #995DDA is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 93 218 -
CMYK 0.30 0.57 0 0.15
HSL 268.8º 0.63% 0.61% -
HSV(B) 268.8º 0.57% 0.85% -
XYZ 29.71 19.66 68.56 -
YUV 125.19 180.38 147.84 -
System Red Green Blue C M Y K H S L
Decimal 153 93 218 0.30 0.57 0 0.15 268.8 0.63 0.61
Hex 99 5D DA 1E 39 0 F 10D 3F 3D
Octal 231 135 332 36 71 0 17 415 77 75
Binary 10011001 1011101 11011010 11110 111001 0 1111 100001101 111111 111101

Color Harmonies of #995DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995DDA

Black with #995DDA

Text Example


Text Example

White with #995DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,93,218); }

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

background-color css

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

 a { background-color: rgb(153,93,218); }

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

border-color css

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

 span { border-color: rgb(153,93,218); }

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