Html Css Color HEX #9855CE Amethyst

📋 copy color: '#9855CE'

red 152 ◦ green 85 ◦ blue 206

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

Shades of Amethyst #9855CE

Tints of Amethyst #9855CE

RGB

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

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

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

R = 34.31%
G = 19.19%
B = 46.5%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9855CE (or 0x9855CE) is known color: Amethyst. HEX triplet: 98, 55 and CE. RGB value is (152,85,206). Sum of RGB (Red+Green+Blue) = 152+85+206=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #9855CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855CE is #67AA31. Grayscale: #767676. Windows color (decimal): -6793778 or 13522328. OLE color: 13522328.

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

Color convert

RGB 152 85 206 -
CMYK 0.26 0.59 0 0.19
HSL 273.22º 0.55% 0.57% -
HSV(B) 273.22º 0.59% 0.81% -
XYZ 27.34 17.63 60.35 -
YUV 118.83 177.2 151.66 -
System Red Green Blue C M Y K H S L
Decimal 152 85 206 0.26 0.59 0 0.19 273.22 0.55 0.57
Hex 98 55 CE 1A 3B 0 13 111 37 39
Octal 230 125 316 32 73 0 23 421 67 71
Binary 10011000 1010101 11001110 11010 111011 0 10011 100010001 110111 111001

Color Harmonies of #9855CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9855CE

Black with #9855CE

Text Example


Text Example

White with #9855CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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