Html Css Color HEX #9D5CCF Amethyst

📋 copy color: '#9D5CCF'

red 157 ◦ green 92 ◦ blue 207

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

Shades of Amethyst #9D5CCF

Tints of Amethyst #9D5CCF

RGB

 RED value IS 157 (61.72% from 255) = 34.43%

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

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

R = 34.43%
G = 20.18%
B = 45.39%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D5CCF (or 0x9D5CCF) is known color: Amethyst. HEX triplet: 9D, 5C and CF. RGB value is (157,92,207). Sum of RGB (Red+Green+Blue) = 157+92+207=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D5CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5CCF is #62A330. Grayscale: #7C7C7C. Windows color (decimal): -6464305 or 13589661. OLE color: 13589661.

HSL color Cylindrical-coordinate representation of color #9D5CCF: hue angle of 273.91º 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 #9D5CCF is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 92 207 -
CMYK 0.24 0.56 0 0.19
HSL 273.91º 0.55% 0.59% -
HSV(B) 273.91º 0.56% 0.81% -
XYZ 28.99 19.33 61.23 -
YUV 124.55 174.53 151.15 -
System Red Green Blue C M Y K H S L
Decimal 157 92 207 0.24 0.56 0 0.19 273.91 0.55 0.59
Hex 9D 5C CF 18 38 0 13 112 37 3B
Octal 235 134 317 30 70 0 23 422 67 73
Binary 10011101 1011100 11001111 11000 111000 0 10011 100010010 110111 111011

Color Harmonies of #9D5CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5CCF

Black with #9D5CCF

Text Example


Text Example

White with #9D5CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D5CCF; }

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

 H1.HeaderClassName
 {
   color: #9D5CCF;
 }
 .AnyTagClassName
 {
   color: #9D5CCF;
 }
</style>

background-color css

<style>
 a { background-color: #9D5CCF; }

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

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

border-color css

<style>
 span { border-color: #9D5CCF; }

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

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