Html Css Color HEX #8E31B2 Dark Orchid

📋 copy color: '#8E31B2'

red 142 ◦ green 49 ◦ blue 178

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

Shades of Dark Orchid #8E31B2

Tints of Dark Orchid #8E31B2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.28%

 BLUE value IS 178 (69.92% from 255) = 48.24%

R = 38.48%
G = 13.28%
B = 48.24%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8E31B2 (or 0x8E31B2) is known color: Dark Orchid. HEX triplet: 8E, 31 and B2. RGB value is (142,49,178). Sum of RGB (Red+Green+Blue) = 142+49+178=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #8E31B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E31B2 is #71CE4D. Grayscale: #5B5B5B. Windows color (decimal): -7458382 or 11678094. OLE color: 11678094.

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

Color convert

RGB 142 49 178 -
CMYK 0.20 0.72 0 0.30
HSL 283.26º 0.57% 0.45% -
HSV(B) 283.26º 0.72% 0.7% -
XYZ 20.29 11.16 43.2 -
YUV 91.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 142 49 178 0.20 0.72 0 0.30 283.26 0.57 0.45
Hex 8E 31 B2 14 48 0 1E 11B 39 2D
Octal 216 61 262 24 110 0 36 433 71 55
Binary 10001110 110001 10110010 10100 1001000 0 11110 100011011 111001 101101

Color Harmonies of #8E31B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E31B2

Black with #8E31B2

Text Example


Text Example

White with #8E31B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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