Html Css Color HEX #9865BD Amethyst

📋 copy color: '#9865BD'

red 152 ◦ green 101 ◦ blue 189

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

Shades of Amethyst #9865BD

Tints of Amethyst #9865BD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.85%

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

R = 34.39%
G = 22.85%
B = 42.76%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9865BD (or 0x9865BD) is known color: Amethyst. HEX triplet: 98, 65 and BD. RGB value is (152,101,189). Sum of RGB (Red+Green+Blue) = 152+101+189=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #9865BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9865BD is #679A42. Grayscale: #7D7D7D. Windows color (decimal): -6789699 or 12412312. OLE color: 12412312.

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

Color convert

RGB 152 101 189 -
CMYK 0.20 0.47 0 0.26
HSL 274.77º 0.4% 0.57% -
HSV(B) 274.77º 0.47% 0.74% -
XYZ 26.79 19.66 50.53 -
YUV 126.28 163.4 146.34 -
System Red Green Blue C M Y K H S L
Decimal 152 101 189 0.20 0.47 0 0.26 274.77 0.4 0.57
Hex 98 65 BD 14 2F 0 1A 113 28 39
Octal 230 145 275 24 57 0 32 423 50 71
Binary 10011000 1100101 10111101 10100 101111 0 11010 100010011 101000 111001

Color Harmonies of #9865BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9865BD

Black with #9865BD

Text Example


Text Example

White with #9865BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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