Html Css Color HEX #8E7CC1 True V

📋 copy color: '#8E7CC1'

red 142 ◦ green 124 ◦ blue 193

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

Shades of True V #8E7CC1

Tints of True V #8E7CC1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.02%

 BLUE value IS 193 (75.78% from 255) = 42.05%

R = 30.94%
G = 27.02%
B = 42.05%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8E7CC1 (or 0x8E7CC1) is known color: True V. HEX triplet: 8E, 7C and C1. RGB value is (142,124,193). Sum of RGB (Red+Green+Blue) = 142+124+193=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #8E7CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7CC1 is #71833E. Grayscale: #888888. Windows color (decimal): -7439167 or 12680334. OLE color: 12680334.

HSL color Cylindrical-coordinate representation of color #8E7CC1: hue angle of 255.65º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E7CC1 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 124 193 -
CMYK 0.26 0.36 0 0.24
HSL 255.65º 0.36% 0.62% -
HSV(B) 255.65º 0.36% 0.76% -
XYZ 27.99 24.02 53.61 -
YUV 137.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 142 124 193 0.26 0.36 0 0.24 255.65 0.36 0.62
Hex 8E 7C C1 1A 24 0 18 100 24 3E
Octal 216 174 301 32 44 0 30 400 44 76
Binary 10001110 1111100 11000001 11010 100100 0 11000 100000000 100100 111110

Color Harmonies of #8E7CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7CC1

Black with #8E7CC1

Text Example


Text Example

White with #8E7CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,124,193); }

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

background-color css

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

 a { background-color: rgb(142,124,193); }

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

border-color css

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

 span { border-color: rgb(142,124,193); }

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