Html Css Color HEX #9D6CBE Amethyst

📋 copy color: '#9D6CBE'

red 157 ◦ green 108 ◦ blue 190

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

Shades of Amethyst #9D6CBE

Tints of Amethyst #9D6CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.74%

 BLUE value IS 190 (74.61% from 255) = 41.76%

R = 34.51%
G = 23.74%
B = 41.76%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D6CBE (or 0x9D6CBE) is known color: Amethyst. HEX triplet: 9D, 6C and BE. RGB value is (157,108,190). Sum of RGB (Red+Green+Blue) = 157+108+190=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D6CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6CBE is #629341. Grayscale: #838383. Windows color (decimal): -6460226 or 12479645. OLE color: 12479645.

HSL color Cylindrical-coordinate representation of color #9D6CBE: hue angle of 275.85º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D6CBE is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 108 190 -
CMYK 0.17 0.43 0 0.25
HSL 275.85º 0.39% 0.58% -
HSV(B) 275.85º 0.43% 0.75% -
XYZ 28.56 21.61 51.38 -
YUV 132 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 157 108 190 0.17 0.43 0 0.25 275.85 0.39 0.58
Hex 9D 6C BE 11 2B 0 19 114 27 3A
Octal 235 154 276 21 53 0 31 424 47 72
Binary 10011101 1101100 10111110 10001 101011 0 11001 100010100 100111 111010

Color Harmonies of #9D6CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6CBE

Black with #9D6CBE

Text Example


Text Example

White with #9D6CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,108,190); }

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

background-color css

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

 a { background-color: rgb(157,108,190); }

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

border-color css

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

 span { border-color: rgb(157,108,190); }

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