Html Css Color HEX #8E30AF Dark Orchid

📋 copy color: '#8E30AF'

red 142 ◦ green 48 ◦ blue 175

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

Shades of Dark Orchid #8E30AF

Tints of Dark Orchid #8E30AF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.15%

 BLUE value IS 175 (68.75% from 255) = 47.95%

R = 38.9%
G = 13.15%
B = 47.95%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8E30AF (or 0x8E30AF) is known color: Dark Orchid. HEX triplet: 8E, 30 and AF. RGB value is (142,48,175). Sum of RGB (Red+Green+Blue) = 142+48+175=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E30AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E30AF is #71CF50. Grayscale: #5A5A5A. Windows color (decimal): -7458641 or 11481230. OLE color: 11481230.

HSL color Cylindrical-coordinate representation of color #8E30AF: hue angle of 284.41º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E30AF is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 142 48 175 -
CMYK 0.19 0.73 0 0.31
HSL 284.41º 0.57% 0.44% -
HSV(B) 284.41º 0.73% 0.69% -
XYZ 19.95 10.96 41.62 -
YUV 90.58 175.64 164.67 -
System Red Green Blue C M Y K H S L
Decimal 142 48 175 0.19 0.73 0 0.31 284.41 0.57 0.44
Hex 8E 30 AF 13 49 0 1F 11C 39 2C
Octal 216 60 257 23 111 0 37 434 71 54
Binary 10001110 110000 10101111 10011 1001001 0 11111 100011100 111001 101100

Color Harmonies of #8E30AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E30AF

Black with #8E30AF

Text Example


Text Example

White with #8E30AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,48,175); }

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

background-color css

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

 a { background-color: rgb(142,48,175); }

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

border-color css

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

 span { border-color: rgb(142,48,175); }

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