Html Css Color HEX #9555CE Amethyst

📋 copy color: '#9555CE'

red 149 ◦ green 85 ◦ blue 206

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

Shades of Amethyst #9555CE

Tints of Amethyst #9555CE

RGB

 RED value IS 149 (58.59% from 255) = 33.86%

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

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

R = 33.86%
G = 19.32%
B = 46.82%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9555CE (or 0x9555CE) is known color: Amethyst. HEX triplet: 95, 55 and CE. RGB value is (149,85,206). Sum of RGB (Red+Green+Blue) = 149+85+206=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #9555CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9555CE is #6AAA31. Grayscale: #757575. Windows color (decimal): -6990386 or 13522325. OLE color: 13522325.

HSL color Cylindrical-coordinate representation of color #9555CE: hue angle of 271.74º 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 #9555CE is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 85 206 -
CMYK 0.28 0.59 0 0.19
HSL 271.74º 0.55% 0.57% -
HSV(B) 271.74º 0.59% 0.81% -
XYZ 26.78 17.34 60.33 -
YUV 117.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 149 85 206 0.28 0.59 0 0.19 271.74 0.55 0.57
Hex 95 55 CE 1C 3B 0 13 110 37 39
Octal 225 125 316 34 73 0 23 420 67 71
Binary 10010101 1010101 11001110 11100 111011 0 10011 100010000 110111 111001

Color Harmonies of #9555CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9555CE

Black with #9555CE

Text Example


Text Example

White with #9555CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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