Html Css Color HEX #8B53CF Amethyst

📋 copy color: '#8B53CF'

red 139 ◦ green 83 ◦ blue 207

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

Shades of Amethyst #8B53CF

Tints of Amethyst #8B53CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.35%

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

R = 32.4%
G = 19.35%
B = 48.25%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B53CF (or 0x8B53CF) is known color: Amethyst. HEX triplet: 8B, 53 and CF. RGB value is (139,83,207). Sum of RGB (Red+Green+Blue) = 139+83+207=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B53CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B53CF is #74AC30. Grayscale: #717171. Windows color (decimal): -7646257 or 13587339. OLE color: 13587339.

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

Color convert

RGB 139 83 207 -
CMYK 0.33 0.60 0 0.19
HSL 267.1º 0.56% 0.57% -
HSV(B) 267.1º 0.6% 0.81% -
XYZ 25 16.18 60.84 -
YUV 113.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 139 83 207 0.33 0.60 0 0.19 267.1 0.56 0.57
Hex 8B 53 CF 21 3C 0 13 10B 38 39
Octal 213 123 317 41 74 0 23 413 70 71
Binary 10001011 1010011 11001111 100001 111100 0 10011 100001011 111000 111001

Color Harmonies of #8B53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B53CF

Black with #8B53CF

Text Example


Text Example

White with #8B53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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