Html Css Color HEX #9865BE Amethyst

📋 copy color: '#9865BE'

red 152 ◦ green 101 ◦ blue 190

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

Shades of Amethyst #9865BE

Tints of Amethyst #9865BE

RGB

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

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

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

R = 34.31%
G = 22.8%
B = 42.89%

CMYK

 C value IS 0.2

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9865BE (or 0x9865BE) is known color: Amethyst. HEX triplet: 98, 65 and BE. RGB value is (152,101,190). Sum of RGB (Red+Green+Blue) = 152+101+190=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #9865BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9865BE is #679A41. Grayscale: #7E7E7E. Windows color (decimal): -6789698 or 12477848. OLE color: 12477848.

HSL color Cylindrical-coordinate representation of color #9865BE: hue angle of 274.38º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9865BE is Cyan = 0.2, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 101 190 -
CMYK 0.2 0.47 0 0.25
HSL 274.38º 0.41% 0.57% -
HSV(B) 274.38º 0.47% 0.75% -
XYZ 26.9 19.7 51.1 -
YUV 126.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 152 101 190 0.2 0.47 0 0.25 274.38 0.41 0.57
Hex 98 65 BE 14 2F 0 19 112 29 39
Octal 230 145 276 24 57 0 31 422 51 71
Binary 10011000 1100101 10111110 10100 101111 0 11001 100010010 101001 111001

Color Harmonies of #9865BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9865BE

Black with #9865BE

Text Example


Text Example

White with #9865BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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