Html Css Color HEX #9868BD Amethyst

📋 copy color: '#9868BD'

red 152 ◦ green 104 ◦ blue 189

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

Shades of Amethyst #9868BD

Tints of Amethyst #9868BD

RGB

 RED value IS 152 (59.77% from 255) = 34.16%

 GREEN value IS 104 (41.02% from 255) = 23.37%

 BLUE value IS 189 (74.22% from 255) = 42.47%

R = 34.16%
G = 23.37%
B = 42.47%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9868BD (or 0x9868BD) is known color: Amethyst. HEX triplet: 98, 68 and BD. RGB value is (152,104,189). Sum of RGB (Red+Green+Blue) = 152+104+189=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #9868BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9868BD is #679742. Grayscale: #7F7F7F. Windows color (decimal): -6788931 or 12413080. OLE color: 12413080.

HSL color Cylindrical-coordinate representation of color #9868BD: hue angle of 273.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9868BD is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 104 189 -
CMYK 0.20 0.45 0 0.26
HSL 273.88º 0.39% 0.57% -
HSV(B) 273.88º 0.45% 0.74% -
XYZ 27.08 20.25 50.63 -
YUV 128.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 152 104 189 0.20 0.45 0 0.26 273.88 0.39 0.57
Hex 98 68 BD 14 2D 0 1A 112 27 39
Octal 230 150 275 24 55 0 32 422 47 71
Binary 10011000 1101000 10111101 10100 101101 0 11010 100010010 100111 111001

Color Harmonies of #9868BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9868BD

Black with #9868BD

Text Example


Text Example

White with #9868BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9868BD; }

 p { color: rgb(152,104,189); }

 H1.HeaderClassName
 {
   color: #9868BD;
 }
 .AnyTagClassName
 {
   color: #9868BD;
 }
</style>

background-color css

<style>
 a { background-color: #9868BD; }

 a { background-color: rgb(152,104,189); }

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

border-color css

<style>
 span { border-color: #9868BD; }

 span { border-color: rgb(152,104,189); }

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