Html Css Color HEX #995BDD Amethyst

📋 copy color: '#995BDD'

red 153 ◦ green 91 ◦ blue 221

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

Shades of Amethyst #995BDD

Tints of Amethyst #995BDD

RGB

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

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

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

R = 32.9%
G = 19.57%
B = 47.53%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#995BDD (or 0x995BDD) is known color: Amethyst. HEX triplet: 99, 5B and DD. RGB value is (153,91,221). Sum of RGB (Red+Green+Blue) = 153+91+221=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #995BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BDD is #66A422. Grayscale: #7B7B7B. Windows color (decimal): -6726691 or 14506905. OLE color: 14506905.

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

Color convert

RGB 153 91 221 -
CMYK 0.31 0.59 0 0.13
HSL 268.62º 0.66% 0.61% -
HSV(B) 268.62º 0.59% 0.87% -
XYZ 29.93 19.47 70.59 -
YUV 124.36 182.54 148.43 -
System Red Green Blue C M Y K H S L
Decimal 153 91 221 0.31 0.59 0 0.13 268.62 0.66 0.61
Hex 99 5B DD 1F 3B 0 D 10D 42 3D
Octal 231 133 335 37 73 0 15 415 102 75
Binary 10011001 1011011 11011101 11111 111011 0 1101 100001101 1000010 111101

Color Harmonies of #995BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995BDD

Black with #995BDD

Text Example


Text Example

White with #995BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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