Html Css Color HEX #995FCC Amethyst

📋 copy color: '#995FCC'

red 153 ◦ green 95 ◦ blue 204

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

Shades of Amethyst #995FCC

Tints of Amethyst #995FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.02%

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 33.85%
G = 21.02%
B = 45.13%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#995FCC (or 0x995FCC) is known color: Amethyst. HEX triplet: 99, 5F and CC. RGB value is (153,95,204). Sum of RGB (Red+Green+Blue) = 153+95+204=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #995FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995FCC is #66A033. Grayscale: #7C7C7C. Windows color (decimal): -6725684 or 13393817. OLE color: 13393817.

HSL color Cylindrical-coordinate representation of color #995FCC: hue angle of 271.93º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #995FCC is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 95 204 -
CMYK 0.25 0.53 0 0.2
HSL 271.93º 0.52% 0.59% -
HSV(B) 271.93º 0.53% 0.8% -
XYZ 28.13 19.32 59.37 -
YUV 124.77 172.72 148.14 -
System Red Green Blue C M Y K H S L
Decimal 153 95 204 0.25 0.53 0 0.2 271.93 0.52 0.59
Hex 99 5F CC 19 35 0 14 110 34 3B
Octal 231 137 314 31 65 0 24 420 64 73
Binary 10011001 1011111 11001100 11001 110101 0 10100 100010000 110100 111011

Color Harmonies of #995FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995FCC

Black with #995FCC

Text Example


Text Example

White with #995FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,95,204); }

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

background-color css

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

 a { background-color: rgb(153,95,204); }

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

border-color css

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

 span { border-color: rgb(153,95,204); }

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