Html Css Color HEX #9862CC Amethyst

📋 copy color: '#9862CC'

red 152 ◦ green 98 ◦ blue 204

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

Shades of Amethyst #9862CC

Tints of Amethyst #9862CC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.59%

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

R = 33.48%
G = 21.59%
B = 44.93%

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

#9862CC (or 0x9862CC) is known color: Amethyst. HEX triplet: 98, 62 and CC. RGB value is (152,98,204). Sum of RGB (Red+Green+Blue) = 152+98+204=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #9862CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9862CC is #679D33. Grayscale: #7D7D7D. Windows color (decimal): -6790452 or 13394584. OLE color: 13394584.

HSL color Cylindrical-coordinate representation of color #9862CC: hue angle of 270.57º 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 #9862CC is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 98 204 -
CMYK 0.25 0.52 0 0.2
HSL 270.57º 0.51% 0.59% -
HSV(B) 270.57º 0.52% 0.8% -
XYZ 28.22 19.77 59.46 -
YUV 126.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 152 98 204 0.25 0.52 0 0.2 270.57 0.51 0.59
Hex 98 62 CC 19 34 0 14 10F 33 3B
Octal 230 142 314 31 64 0 24 417 63 73
Binary 10011000 1100010 11001100 11001 110100 0 10100 100001111 110011 111011

Color Harmonies of #9862CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9862CC

Black with #9862CC

Text Example


Text Example

White with #9862CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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