Html Css Color HEX #9861CC Amethyst

📋 copy color: '#9861CC'

red 152 ◦ green 97 ◦ blue 204

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

Shades of Amethyst #9861CC

Tints of Amethyst #9861CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.41%

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 33.55%
G = 21.41%
B = 45.03%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9861CC (or 0x9861CC) is known color: Amethyst. HEX triplet: 98, 61 and CC. RGB value is (152,97,204). Sum of RGB (Red+Green+Blue) = 152+97+204=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #9861CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9861CC is #679E33. Grayscale: #7D7D7D. Windows color (decimal): -6790708 or 13394328. OLE color: 13394328.

HSL color Cylindrical-coordinate representation of color #9861CC: hue angle of 270.84º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9861CC is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 97 204 -
CMYK 0.25 0.52 0 0.2
HSL 270.84º 0.51% 0.59% -
HSV(B) 270.84º 0.52% 0.8% -
XYZ 28.12 19.58 59.42 -
YUV 125.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 152 97 204 0.25 0.52 0 0.2 270.84 0.51 0.59
Hex 98 61 CC 19 34 0 14 10F 33 3B
Octal 230 141 314 31 64 0 24 417 63 73
Binary 10011000 1100001 11001100 11001 110100 0 10100 100001111 110011 111011

Color Harmonies of #9861CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9861CC

Black with #9861CC

Text Example


Text Example

White with #9861CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9861CC; }

 p { color: rgb(152,97,204); }

 H1.HeaderClassName
 {
   color: #9861CC;
 }
 .AnyTagClassName
 {
   color: #9861CC;
 }
</style>

background-color css

<style>
 a { background-color: #9861CC; }

 a { background-color: rgb(152,97,204); }

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

border-color css

<style>
 span { border-color: #9861CC; }

 span { border-color: rgb(152,97,204); }

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