Html Css Color HEX #8B50CF Amethyst

📋 copy color: '#8B50CF'

red 139 ◦ green 80 ◦ blue 207

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

Shades of Amethyst #8B50CF

Tints of Amethyst #8B50CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.78%

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

R = 32.63%
G = 18.78%
B = 48.59%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B50CF (or 0x8B50CF) is known color: Amethyst. HEX triplet: 8B, 50 and CF. RGB value is (139,80,207). Sum of RGB (Red+Green+Blue) = 139+80+207=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B50CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B50CF is #74AF30. Grayscale: #6F6F6F. Windows color (decimal): -7647025 or 13586571. OLE color: 13586571.

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

Color convert

RGB 139 80 207 -
CMYK 0.33 0.61 0 0.19
HSL 267.87º 0.57% 0.56% -
HSV(B) 267.87º 0.61% 0.81% -
XYZ 24.78 15.73 60.76 -
YUV 112.12 181.55 147.17 -
System Red Green Blue C M Y K H S L
Decimal 139 80 207 0.33 0.61 0 0.19 267.87 0.57 0.56
Hex 8B 50 CF 21 3D 0 13 10C 39 38
Octal 213 120 317 41 75 0 23 414 71 70
Binary 10001011 1010000 11001111 100001 111101 0 10011 100001100 111001 111000

Color Harmonies of #8B50CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B50CF

Black with #8B50CF

Text Example


Text Example

White with #8B50CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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