Html Css Color HEX #9858CE Amethyst

📋 copy color: '#9858CE'

red 152 ◦ green 88 ◦ blue 206

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

Shades of Amethyst #9858CE

Tints of Amethyst #9858CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.73%

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

R = 34.08%
G = 19.73%
B = 46.19%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9858CE (or 0x9858CE) is known color: Amethyst. HEX triplet: 98, 58 and CE. RGB value is (152,88,206). Sum of RGB (Red+Green+Blue) = 152+88+206=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #9858CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9858CE is #67A731. Grayscale: #787878. Windows color (decimal): -6793010 or 13523096. OLE color: 13523096.

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

Color convert

RGB 152 88 206 -
CMYK 0.26 0.57 0 0.19
HSL 272.54º 0.55% 0.58% -
HSV(B) 272.54º 0.57% 0.81% -
XYZ 27.58 18.11 60.43 -
YUV 120.59 176.2 150.41 -
System Red Green Blue C M Y K H S L
Decimal 152 88 206 0.26 0.57 0 0.19 272.54 0.55 0.58
Hex 98 58 CE 1A 39 0 13 111 37 3A
Octal 230 130 316 32 71 0 23 421 67 72
Binary 10011000 1011000 11001110 11010 111001 0 10011 100010001 110111 111010

Color Harmonies of #9858CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9858CE

Black with #9858CE

Text Example


Text Example

White with #9858CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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