Html Css Color HEX #9555CF Amethyst

📋 copy color: '#9555CF'

red 149 ◦ green 85 ◦ blue 207

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

Shades of Amethyst #9555CF

Tints of Amethyst #9555CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 33.79%
G = 19.27%
B = 46.94%

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

#9555CF (or 0x9555CF) is known color: Amethyst. HEX triplet: 95, 55 and CF. RGB value is (149,85,207). Sum of RGB (Red+Green+Blue) = 149+85+207=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #9555CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9555CF is #6AAA30. Grayscale: #757575. Windows color (decimal): -6990385 or 13587861. OLE color: 13587861.

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

Color convert

RGB 149 85 207 -
CMYK 0.28 0.59 0 0.19
HSL 271.48º 0.56% 0.57% -
HSV(B) 271.48º 0.59% 0.81% -
XYZ 26.91 17.39 60.97 -
YUV 118.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 149 85 207 0.28 0.59 0 0.19 271.48 0.56 0.57
Hex 95 55 CF 1C 3B 0 13 10F 38 39
Octal 225 125 317 34 73 0 23 417 70 71
Binary 10010101 1010101 11001111 11100 111011 0 10011 100001111 111000 111001

Color Harmonies of #9555CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9555CF

Black with #9555CF

Text Example


Text Example

White with #9555CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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