Html Css Color HEX #8E83B1 Cold Purple

📋 copy color: '#8E83B1'

red 142 ◦ green 131 ◦ blue 177

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

Shades of Cold Purple #8E83B1

Tints of Cold Purple #8E83B1

RGB

 RED value IS 142 (55.86% from 255) = 31.56%

 GREEN value IS 131 (51.56% from 255) = 29.11%

 BLUE value IS 177 (69.53% from 255) = 39.33%

R = 31.56%
G = 29.11%
B = 39.33%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8E83B1 (or 0x8E83B1) is known color: Cold Purple. HEX triplet: 8E, 83 and B1. RGB value is (142,131,177). Sum of RGB (Red+Green+Blue) = 142+131+177=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 177 - color contains mainly: blue. Hex color #8E83B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E83B1 is #717C4E. Grayscale: #8B8B8B. Windows color (decimal): -7437391 or 11633550. OLE color: 11633550.

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

Color convert

RGB 142 131 177 -
CMYK 0.20 0.26 0 0.31
HSL 254.35º 0.23% 0.6% -
HSV(B) 254.35º 0.26% 0.69% -
XYZ 27.21 25.16 45.02 -
YUV 139.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 142 131 177 0.20 0.26 0 0.31 254.35 0.23 0.6
Hex 8E 83 B1 14 1A 0 1F FE 17 3C
Octal 216 203 261 24 32 0 37 376 27 74
Binary 10001110 10000011 10110001 10100 11010 0 11111 11111110 10111 111100

Color Harmonies of #8E83B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E83B1

Black with #8E83B1

Text Example


Text Example

White with #8E83B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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