Html Css Color HEX #8B55CF Amethyst

📋 copy color: '#8B55CF'

red 139 ◦ green 85 ◦ blue 207

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

Shades of Amethyst #8B55CF

Tints of Amethyst #8B55CF

RGB

 RED value IS 139 (54.69% from 255) = 32.25%

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

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

R = 32.25%
G = 19.72%
B = 48.03%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B55CF (or 0x8B55CF) is known color: Amethyst. HEX triplet: 8B, 55 and CF. RGB value is (139,85,207). Sum of RGB (Red+Green+Blue) = 139+85+207=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B55CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B55CF is #74AA30. Grayscale: #727272. Windows color (decimal): -7645745 or 13587851. OLE color: 13587851.

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

Color convert

RGB 139 85 207 -
CMYK 0.33 0.59 0 0.19
HSL 266.56º 0.56% 0.57% -
HSV(B) 266.56º 0.59% 0.81% -
XYZ 25.16 16.49 60.89 -
YUV 115.05 179.89 145.08 -
System Red Green Blue C M Y K H S L
Decimal 139 85 207 0.33 0.59 0 0.19 266.56 0.56 0.57
Hex 8B 55 CF 21 3B 0 13 10B 38 39
Octal 213 125 317 41 73 0 23 413 70 71
Binary 10001011 1010101 11001111 100001 111011 0 10011 100001011 111000 111001

Color Harmonies of #8B55CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B55CF

Black with #8B55CF

Text Example


Text Example

White with #8B55CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B55CF; }

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

 H1.HeaderClassName
 {
   color: #8B55CF;
 }
 .AnyTagClassName
 {
   color: #8B55CF;
 }
</style>

background-color css

<style>
 a { background-color: #8B55CF; }

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

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

border-color css

<style>
 span { border-color: #8B55CF; }

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

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