Html Css Color HEX #8B5FCD Amethyst

📋 copy color: '#8B5FCD'

red 139 ◦ green 95 ◦ blue 205

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

Shades of Amethyst #8B5FCD

Tints of Amethyst #8B5FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.64%

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 31.66%
G = 21.64%
B = 46.7%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B5FCD (or 0x8B5FCD) is known color: Amethyst. HEX triplet: 8B, 5F and CD. RGB value is (139,95,205). Sum of RGB (Red+Green+Blue) = 139+95+205=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B5FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5FCD is #74A032. Grayscale: #787878. Windows color (decimal): -7643187 or 13459339. OLE color: 13459339.

HSL color Cylindrical-coordinate representation of color #8B5FCD: hue angle of 264º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B5FCD is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 95 205 -
CMYK 0.32 0.54 0 0.20
HSL 264º 0.52% 0.59% -
HSV(B) 264º 0.54% 0.8% -
XYZ 25.76 18.08 59.89 -
YUV 120.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 139 95 205 0.32 0.54 0 0.20 264 0.52 0.59
Hex 8B 5F CD 20 36 0 14 108 34 3B
Octal 213 137 315 40 66 0 24 410 64 73
Binary 10001011 1011111 11001101 100000 110110 0 10100 100001000 110100 111011

Color Harmonies of #8B5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5FCD

Black with #8B5FCD

Text Example


Text Example

White with #8B5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,95,205); }

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

background-color css

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

 a { background-color: rgb(139,95,205); }

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

border-color css

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

 span { border-color: rgb(139,95,205); }

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