Html Css Color HEX #995BD8 Amethyst

📋 copy color: '#995BD8'

red 153 ◦ green 91 ◦ blue 216

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

Shades of Amethyst #995BD8

Tints of Amethyst #995BD8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.78%

 BLUE value IS 216 (84.77% from 255) = 46.96%

R = 33.26%
G = 19.78%
B = 46.96%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#995BD8 (or 0x995BD8) is known color: Amethyst. HEX triplet: 99, 5B and D8. RGB value is (153,91,216). Sum of RGB (Red+Green+Blue) = 153+91+216=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #995BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BD8 is #66A427. Grayscale: #7B7B7B. Windows color (decimal): -6726696 or 14179225. OLE color: 14179225.

HSL color Cylindrical-coordinate representation of color #995BD8: hue angle of 269.76º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #995BD8 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 91 216 -
CMYK 0.29 0.58 0 0.15
HSL 269.76º 0.62% 0.6% -
HSV(B) 269.76º 0.58% 0.85% -
XYZ 29.27 19.21 67.13 -
YUV 123.79 180.04 148.84 -
System Red Green Blue C M Y K H S L
Decimal 153 91 216 0.29 0.58 0 0.15 269.76 0.62 0.6
Hex 99 5B D8 1D 3A 0 F 10E 3E 3C
Octal 231 133 330 35 72 0 17 416 76 74
Binary 10011001 1011011 11011000 11101 111010 0 1111 100001110 111110 111100

Color Harmonies of #995BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995BD8

Black with #995BD8

Text Example


Text Example

White with #995BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,91,216); }

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

background-color css

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

 a { background-color: rgb(153,91,216); }

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

border-color css

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

 span { border-color: rgb(153,91,216); }

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