Html Css Color HEX #995CD2 Amethyst

📋 copy color: '#995CD2'

red 153 ◦ green 92 ◦ blue 210

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

Shades of Amethyst #995CD2

Tints of Amethyst #995CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.15%

R = 33.63%
G = 20.22%
B = 46.15%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#995CD2 (or 0x995CD2) is known color: Amethyst. HEX triplet: 99, 5C and D2. RGB value is (153,92,210). Sum of RGB (Red+Green+Blue) = 153+92+210=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 210 (82.42% from 255 or 46.15% from 455); Max value from RGB is 210 - color contains mainly: blue. Hex color #995CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CD2 is #66A32D. Grayscale: #7B7B7B. Windows color (decimal): -6726446 or 13786265. OLE color: 13786265.

HSL color Cylindrical-coordinate representation of color #995CD2: hue angle of 271.02º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #995CD2 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 92 210 -
CMYK 0.27 0.56 0 0.18
HSL 271.02º 0.57% 0.59% -
HSV(B) 271.02º 0.56% 0.82% -
XYZ 28.6 19.08 63.15 -
YUV 123.69 176.71 148.91 -
System Red Green Blue C M Y K H S L
Decimal 153 92 210 0.27 0.56 0 0.18 271.02 0.57 0.59
Hex 99 5C D2 1B 38 0 12 10F 39 3B
Octal 231 134 322 33 70 0 22 417 71 73
Binary 10011001 1011100 11010010 11011 111000 0 10010 100001111 111001 111011

Color Harmonies of #995CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995CD2

Black with #995CD2

Text Example


Text Example

White with #995CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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