Html Css Color HEX #8B52CB Amethyst

📋 copy color: '#8B52CB'

red 139 ◦ green 82 ◦ blue 203

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

Shades of Amethyst #8B52CB

Tints of Amethyst #8B52CB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.34%

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 32.78%
G = 19.34%
B = 47.88%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B52CB (or 0x8B52CB) is known color: Amethyst. HEX triplet: 8B, 52 and CB. RGB value is (139,82,203). Sum of RGB (Red+Green+Blue) = 139+82+203=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B52CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B52CB is #74AD34. Grayscale: #707070. Windows color (decimal): -7646517 or 13324939. OLE color: 13324939.

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

Color convert

RGB 139 82 203 -
CMYK 0.32 0.60 0 0.20
HSL 268.26º 0.54% 0.56% -
HSV(B) 268.26º 0.6% 0.8% -
XYZ 24.44 15.84 58.27 -
YUV 112.84 178.88 146.66 -
System Red Green Blue C M Y K H S L
Decimal 139 82 203 0.32 0.60 0 0.20 268.26 0.54 0.56
Hex 8B 52 CB 20 3C 0 14 10C 36 38
Octal 213 122 313 40 74 0 24 414 66 70
Binary 10001011 1010010 11001011 100000 111100 0 10100 100001100 110110 111000

Color Harmonies of #8B52CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B52CB

Black with #8B52CB

Text Example


Text Example

White with #8B52CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,82,203); }

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

background-color css

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

 a { background-color: rgb(139,82,203); }

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

border-color css

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

 span { border-color: rgb(139,82,203); }

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