Html Css Color HEX #995CD6 Amethyst

📋 copy color: '#995CD6'

red 153 ◦ green 92 ◦ blue 214

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

Shades of Amethyst #995CD6

Tints of Amethyst #995CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.62%

R = 33.33%
G = 20.04%
B = 46.62%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#995CD6 (or 0x995CD6) is known color: Amethyst. HEX triplet: 99, 5C and D6. RGB value is (153,92,214). Sum of RGB (Red+Green+Blue) = 153+92+214=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #995CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CD6 is #66A329. Grayscale: #7B7B7B. Windows color (decimal): -6726442 or 14048409. OLE color: 14048409.

HSL color Cylindrical-coordinate representation of color #995CD6: hue angle of 270º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #995CD6 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 92 214 -
CMYK 0.29 0.57 0 0.16
HSL 270º 0.6% 0.6% -
HSV(B) 270º 0.57% 0.84% -
XYZ 29.1 19.28 65.81 -
YUV 124.15 178.71 148.58 -
System Red Green Blue C M Y K H S L
Decimal 153 92 214 0.29 0.57 0 0.16 270 0.6 0.6
Hex 99 5C D6 1D 39 0 10 10E 3C 3C
Octal 231 134 326 35 71 0 20 416 74 74
Binary 10011001 1011100 11010110 11101 111001 0 10000 100001110 111100 111100

Color Harmonies of #995CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995CD6

Black with #995CD6

Text Example


Text Example

White with #995CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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