Html Css Color HEX #995FCF Amethyst

📋 copy color: '#995FCF'

red 153 ◦ green 95 ◦ blue 207

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

Shades of Amethyst #995FCF

Tints of Amethyst #995FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 33.63%
G = 20.88%
B = 45.49%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#995FCF (or 0x995FCF) is known color: Amethyst. HEX triplet: 99, 5F and CF. RGB value is (153,95,207). Sum of RGB (Red+Green+Blue) = 153+95+207=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #995FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995FCF is #66A030. Grayscale: #7C7C7C. Windows color (decimal): -6725681 or 13590425. OLE color: 13590425.

HSL color Cylindrical-coordinate representation of color #995FCF: hue angle of 271.07º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #995FCF is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 95 207 -
CMYK 0.26 0.54 0 0.19
HSL 271.07º 0.54% 0.59% -
HSV(B) 271.07º 0.54% 0.81% -
XYZ 28.49 19.46 61.29 -
YUV 125.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 153 95 207 0.26 0.54 0 0.19 271.07 0.54 0.59
Hex 99 5F CF 1A 36 0 13 10F 36 3B
Octal 231 137 317 32 66 0 23 417 66 73
Binary 10011001 1011111 11001111 11010 110110 0 10011 100001111 110110 111011

Color Harmonies of #995FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995FCF

Black with #995FCF

Text Example


Text Example

White with #995FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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