Html Css Color HEX #8B5DCF Amethyst

📋 copy color: '#8B5DCF'

red 139 ◦ green 93 ◦ blue 207

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

Shades of Amethyst #8B5DCF

Tints of Amethyst #8B5DCF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.18%

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

R = 31.66%
G = 21.18%
B = 47.15%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B5DCF (or 0x8B5DCF) is known color: Amethyst. HEX triplet: 8B, 5D and CF. RGB value is (139,93,207). Sum of RGB (Red+Green+Blue) = 139+93+207=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B5DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5DCF is #74A230. Grayscale: #777777. Windows color (decimal): -7643697 or 13589899. OLE color: 13589899.

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

Color convert

RGB 139 93 207 -
CMYK 0.33 0.55 0 0.19
HSL 264.21º 0.54% 0.59% -
HSV(B) 264.21º 0.55% 0.81% -
XYZ 25.82 17.82 61.11 -
YUV 119.75 177.24 141.73 -
System Red Green Blue C M Y K H S L
Decimal 139 93 207 0.33 0.55 0 0.19 264.21 0.54 0.59
Hex 8B 5D CF 21 37 0 13 108 36 3B
Octal 213 135 317 41 67 0 23 410 66 73
Binary 10001011 1011101 11001111 100001 110111 0 10011 100001000 110110 111011

Color Harmonies of #8B5DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5DCF

Black with #8B5DCF

Text Example


Text Example

White with #8B5DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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