Html Css Color HEX #9864CD Amethyst

📋 copy color: '#9864CD'

red 152 ◦ green 100 ◦ blue 205

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

Shades of Amethyst #9864CD

Tints of Amethyst #9864CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.88%

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 33.26%
G = 21.88%
B = 44.86%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9864CD (or 0x9864CD) is known color: Amethyst. HEX triplet: 98, 64 and CD. RGB value is (152,100,205). Sum of RGB (Red+Green+Blue) = 152+100+205=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #9864CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864CD is #679B32. Grayscale: #7F7F7F. Windows color (decimal): -6789939 or 13460632. OLE color: 13460632.

HSL color Cylindrical-coordinate representation of color #9864CD: hue angle of 269.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9864CD is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 100 205 -
CMYK 0.26 0.51 0 0.20
HSL 269.71º 0.51% 0.6% -
HSV(B) 269.71º 0.51% 0.8% -
XYZ 28.53 20.2 60.15 -
YUV 127.52 171.73 145.46 -
System Red Green Blue C M Y K H S L
Decimal 152 100 205 0.26 0.51 0 0.20 269.71 0.51 0.6
Hex 98 64 CD 1A 33 0 14 10E 33 3C
Octal 230 144 315 32 63 0 24 416 63 74
Binary 10011000 1100100 11001101 11010 110011 0 10100 100001110 110011 111100

Color Harmonies of #9864CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9864CD

Black with #9864CD

Text Example


Text Example

White with #9864CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9864CD; }

 p { color: rgb(152,100,205); }

 H1.HeaderClassName
 {
   color: #9864CD;
 }
 .AnyTagClassName
 {
   color: #9864CD;
 }
</style>

background-color css

<style>
 a { background-color: #9864CD; }

 a { background-color: rgb(152,100,205); }

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

border-color css

<style>
 span { border-color: #9864CD; }

 span { border-color: rgb(152,100,205); }

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