Html Css Color HEX #9858DD Amethyst

📋 copy color: '#9858DD'

red 152 ◦ green 88 ◦ blue 221

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

Shades of Amethyst #9858DD

Tints of Amethyst #9858DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 32.97%
G = 19.09%
B = 47.94%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9858DD (or 0x9858DD) is known color: Amethyst. HEX triplet: 98, 58 and DD. RGB value is (152,88,221). Sum of RGB (Red+Green+Blue) = 152+88+221=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #9858DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9858DD is #67A722. Grayscale: #797979. Windows color (decimal): -6792995 or 14506136. OLE color: 14506136.

HSL color Cylindrical-coordinate representation of color #9858DD: hue angle of 268.87º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9858DD is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 88 221 -
CMYK 0.31 0.60 0 0.13
HSL 268.87º 0.66% 0.61% -
HSV(B) 268.87º 0.6% 0.87% -
XYZ 29.49 18.88 70.5 -
YUV 122.3 183.7 149.19 -
System Red Green Blue C M Y K H S L
Decimal 152 88 221 0.31 0.60 0 0.13 268.87 0.66 0.61
Hex 98 58 DD 1F 3C 0 D 10D 42 3D
Octal 230 130 335 37 74 0 15 415 102 75
Binary 10011000 1011000 11011101 11111 111100 0 1101 100001101 1000010 111101

Color Harmonies of #9858DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9858DD

Black with #9858DD

Text Example


Text Example

White with #9858DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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