Html Css Color HEX #9855D5 Amethyst

📋 copy color: '#9855D5'

red 152 ◦ green 85 ◦ blue 213

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

Shades of Amethyst #9855D5

Tints of Amethyst #9855D5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.89%

 BLUE value IS 213 (83.59% from 255) = 47.33%

R = 33.78%
G = 18.89%
B = 47.33%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9855D5 (or 0x9855D5) is known color: Amethyst. HEX triplet: 98, 55 and D5. RGB value is (152,85,213). Sum of RGB (Red+Green+Blue) = 152+85+213=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #9855D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855D5 is #67AA2A. Grayscale: #777777. Windows color (decimal): -6793771 or 13981080. OLE color: 13981080.

HSL color Cylindrical-coordinate representation of color #9855D5: hue angle of 271.41º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9855D5 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 85 213 -
CMYK 0.29 0.60 0 0.16
HSL 271.41º 0.6% 0.58% -
HSV(B) 271.41º 0.6% 0.84% -
XYZ 28.21 17.98 64.93 -
YUV 119.63 180.7 151.09 -
System Red Green Blue C M Y K H S L
Decimal 152 85 213 0.29 0.60 0 0.16 271.41 0.6 0.58
Hex 98 55 D5 1D 3C 0 10 10F 3C 3A
Octal 230 125 325 35 74 0 20 417 74 72
Binary 10011000 1010101 11010101 11101 111100 0 10000 100001111 111100 111010

Color Harmonies of #9855D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9855D5

Black with #9855D5

Text Example


Text Example

White with #9855D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9855D5; }

 p { color: rgb(152,85,213); }

 H1.HeaderClassName
 {
   color: #9855D5;
 }
 .AnyTagClassName
 {
   color: #9855D5;
 }
</style>

background-color css

<style>
 a { background-color: #9855D5; }

 a { background-color: rgb(152,85,213); }

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

border-color css

<style>
 span { border-color: #9855D5; }

 span { border-color: rgb(152,85,213); }

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