Html Css Color HEX #995BDA Amethyst

📋 copy color: '#995BDA'

red 153 ◦ green 91 ◦ blue 218

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

Shades of Amethyst #995BDA

Tints of Amethyst #995BDA

RGB

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

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

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

R = 33.12%
G = 19.7%
B = 47.19%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#995BDA (or 0x995BDA) is known color: Amethyst. HEX triplet: 99, 5B and DA. RGB value is (153,91,218). Sum of RGB (Red+Green+Blue) = 153+91+218=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #995BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BDA is #66A425. Grayscale: #7B7B7B. Windows color (decimal): -6726694 or 14310297. OLE color: 14310297.

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

Color convert

RGB 153 91 218 -
CMYK 0.30 0.58 0 0.15
HSL 269.29º 0.63% 0.61% -
HSV(B) 269.29º 0.58% 0.85% -
XYZ 29.53 19.32 68.5 -
YUV 124.02 181.04 148.67 -
System Red Green Blue C M Y K H S L
Decimal 153 91 218 0.30 0.58 0 0.15 269.29 0.63 0.61
Hex 99 5B DA 1E 3A 0 F 10D 3F 3D
Octal 231 133 332 36 72 0 17 415 77 75
Binary 10011001 1011011 11011010 11110 111010 0 1111 100001101 111111 111101

Color Harmonies of #995BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995BDA

Black with #995BDA

Text Example


Text Example

White with #995BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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