Html Css Color HEX #8455CF Amethyst

📋 copy color: '#8455CF'

red 132 ◦ green 85 ◦ blue 207

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

Shades of Amethyst #8455CF

Tints of Amethyst #8455CF

RGB

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

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

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

R = 31.13%
G = 20.05%
B = 48.82%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8455CF (or 0x8455CF) is known color: Amethyst. HEX triplet: 84, 55 and CF. RGB value is (132,85,207). Sum of RGB (Red+Green+Blue) = 132+85+207=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #8455CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8455CF is #7BAA30. Grayscale: #707070. Windows color (decimal): -8104497 or 13587844. OLE color: 13587844.

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

Color convert

RGB 132 85 207 -
CMYK 0.36 0.59 0 0.19
HSL 263.11º 0.56% 0.57% -
HSV(B) 263.11º 0.59% 0.81% -
XYZ 24.03 15.91 60.84 -
YUV 112.96 181.07 141.58 -
System Red Green Blue C M Y K H S L
Decimal 132 85 207 0.36 0.59 0 0.19 263.11 0.56 0.57
Hex 84 55 CF 24 3B 0 13 107 38 39
Octal 204 125 317 44 73 0 23 407 70 71
Binary 10000100 1010101 11001111 100100 111011 0 10011 100000111 111000 111001

Color Harmonies of #8455CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8455CF

Black with #8455CF

Text Example


Text Example

White with #8455CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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