Html Css Color HEX #9D6BBE Amethyst

📋 copy color: '#9D6BBE'

red 157 ◦ green 107 ◦ blue 190

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

Shades of Amethyst #9D6BBE

Tints of Amethyst #9D6BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.57%

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

R = 34.58%
G = 23.57%
B = 41.85%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D6BBE (or 0x9D6BBE) is known color: Amethyst. HEX triplet: 9D, 6B and BE. RGB value is (157,107,190). Sum of RGB (Red+Green+Blue) = 157+107+190=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D6BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6BBE is #629441. Grayscale: #838383. Windows color (decimal): -6460482 or 12479389. OLE color: 12479389.

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

Color convert

RGB 157 107 190 -
CMYK 0.17 0.44 0 0.25
HSL 276.14º 0.39% 0.58% -
HSV(B) 276.14º 0.44% 0.75% -
XYZ 28.46 21.4 51.35 -
YUV 131.41 161.07 146.25 -
System Red Green Blue C M Y K H S L
Decimal 157 107 190 0.17 0.44 0 0.25 276.14 0.39 0.58
Hex 9D 6B BE 11 2C 0 19 114 27 3A
Octal 235 153 276 21 54 0 31 424 47 72
Binary 10011101 1101011 10111110 10001 101100 0 11001 100010100 100111 111010

Color Harmonies of #9D6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6BBE

Black with #9D6BBE

Text Example


Text Example

White with #9D6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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