Html Css Color HEX #995CCF Amethyst

📋 copy color: '#995CCF'

red 153 ◦ green 92 ◦ blue 207

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

Shades of Amethyst #995CCF

Tints of Amethyst #995CCF

RGB

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

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

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

R = 33.85%
G = 20.35%
B = 45.8%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#995CCF (or 0x995CCF) is known color: Amethyst. HEX triplet: 99, 5C and CF. RGB value is (153,92,207). Sum of RGB (Red+Green+Blue) = 153+92+207=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #995CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CCF is #66A330. Grayscale: #7A7A7A. Windows color (decimal): -6726449 or 13589657. OLE color: 13589657.

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

Color convert

RGB 153 92 207 -
CMYK 0.26 0.56 0 0.19
HSL 271.83º 0.55% 0.59% -
HSV(B) 271.83º 0.56% 0.81% -
XYZ 28.23 18.93 61.2 -
YUV 123.35 175.21 149.15 -
System Red Green Blue C M Y K H S L
Decimal 153 92 207 0.26 0.56 0 0.19 271.83 0.55 0.59
Hex 99 5C CF 1A 38 0 13 110 37 3B
Octal 231 134 317 32 70 0 23 420 67 73
Binary 10011001 1011100 11001111 11010 111000 0 10011 100010000 110111 111011

Color Harmonies of #995CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995CCF

Black with #995CCF

Text Example


Text Example

White with #995CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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