Html Css Color HEX #9865CE Amethyst

📋 copy color: '#9865CE'

red 152 ◦ green 101 ◦ blue 206

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

Shades of Amethyst #9865CE

Tints of Amethyst #9865CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 33.12%
G = 22%
B = 44.88%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9865CE (or 0x9865CE) is known color: Amethyst. HEX triplet: 98, 65 and CE. RGB value is (152,101,206). Sum of RGB (Red+Green+Blue) = 152+101+206=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #9865CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9865CE is #679A31. Grayscale: #7F7F7F. Windows color (decimal): -6789682 or 13526424. OLE color: 13526424.

HSL color Cylindrical-coordinate representation of color #9865CE: hue angle of 269.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9865CE is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 101 206 -
CMYK 0.26 0.51 0 0.19
HSL 269.14º 0.52% 0.6% -
HSV(B) 269.14º 0.51% 0.81% -
XYZ 28.74 20.44 60.82 -
YUV 128.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 152 101 206 0.26 0.51 0 0.19 269.14 0.52 0.6
Hex 98 65 CE 1A 33 0 13 10D 34 3C
Octal 230 145 316 32 63 0 23 415 64 74
Binary 10011000 1100101 11001110 11010 110011 0 10011 100001101 110100 111100

Color Harmonies of #9865CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9865CE

Black with #9865CE

Text Example


Text Example

White with #9865CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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