Html Css Color HEX #8455CB Amethyst

📋 copy color: '#8455CB'

red 132 ◦ green 85 ◦ blue 203

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

Shades of Amethyst #8455CB

Tints of Amethyst #8455CB

RGB

 RED value IS 132 (51.95% from 255) = 31.43%

 GREEN value IS 85 (33.59% from 255) = 20.24%

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

R = 31.43%
G = 20.24%
B = 48.33%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8455CB (or 0x8455CB) is known color: Amethyst. HEX triplet: 84, 55 and CB. RGB value is (132,85,203). Sum of RGB (Red+Green+Blue) = 132+85+203=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #8455CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8455CB is #7BAA34. Grayscale: #707070. Windows color (decimal): -8104501 or 13325700. OLE color: 13325700.

HSL color Cylindrical-coordinate representation of color #8455CB: hue angle of 263.9º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8455CB is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 85 203 -
CMYK 0.35 0.58 0 0.20
HSL 263.9º 0.53% 0.56% -
HSV(B) 263.9º 0.58% 0.8% -
XYZ 23.54 15.71 58.29 -
YUV 112.51 179.07 141.91 -
System Red Green Blue C M Y K H S L
Decimal 132 85 203 0.35 0.58 0 0.20 263.9 0.53 0.56
Hex 84 55 CB 23 3A 0 14 108 35 38
Octal 204 125 313 43 72 0 24 410 65 70
Binary 10000100 1010101 11001011 100011 111010 0 10100 100001000 110101 111000

Color Harmonies of #8455CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8455CB

Black with #8455CB

Text Example


Text Example

White with #8455CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8455CB; }

 p { color: rgb(132,85,203); }

 H1.HeaderClassName
 {
   color: #8455CB;
 }
 .AnyTagClassName
 {
   color: #8455CB;
 }
</style>

background-color css

<style>
 a { background-color: #8455CB; }

 a { background-color: rgb(132,85,203); }

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

border-color css

<style>
 span { border-color: #8455CB; }

 span { border-color: rgb(132,85,203); }

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