#8E83B2

Color #8E83B2 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #8E83B2

Tints of Cold Purple #8E83B2

Color information

#8E83B2 (or 0x8E83B2) is unknown color: approx Cold Purple. HEX triplet: 8E, 83 and B2. RGB value is (142,131,178). Sum of RGB (Red+Green+Blue) = 142+131+178=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 178 - color contains mainly: blue. Hex color #8E83B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E83B2 is #717C4D. Grayscale: #8B8B8B. Windows color (decimal): -7437390 or 11699086. OLE color: 11699086.

HSL color Cylindrical-coordinate representation of color #8E83B2: hue angle of 254.04º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E83B2 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB142131178-
CMYK0.200.2600.30
HSL254.04º23.38%60.59%-
HSV(B)254.04º26.4%69.8%-
XYZ27.3125.245.54-
YUV139.65149.64129.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.49%
GREEN value IS 131 (51.56% from 255) = 29.05%
BLUE value IS 178 (69.92% from 255) = 39.47%
R=31.49%
G=29.05%
B=39.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1421311780.200.2600.30254.0423.3860.59
Hex8E83B2141A01Efe173d
Octal21620326224320363762775
Binary10001110100000111011001010100110100111101111111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E83B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,131,178); }

 H1.HeaderClassName
 {
   color: #8E83B2;
 }
 .AnyTagClassName
 {
   color: #8E83B2;
 }
</style>
background-color css

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

 a { background-color: rgb(142,131,178); }

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

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

 span { border-color: rgb(142,131,178); }

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