Html Css Color HEX #8E30CA Dark Orchid

📋 copy color: '#8E30CA'

red 142 ◦ green 48 ◦ blue 202

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

Shades of Dark Orchid #8E30CA

Tints of Dark Orchid #8E30CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.53%

R = 36.22%
G = 12.24%
B = 51.53%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E30CA (or 0x8E30CA) is known color: Dark Orchid. HEX triplet: 8E, 30 and CA. RGB value is (142,48,202). Sum of RGB (Red+Green+Blue) = 142+48+202=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E30CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E30CA is #71CF35. Grayscale: #5D5D5D. Windows color (decimal): -7458614 or 13250702. OLE color: 13250702.

HSL color Cylindrical-coordinate representation of color #8E30CA: hue angle of 276.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E30CA is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 48 202 -
CMYK 0.30 0.76 0 0.21
HSL 276.62º 0.62% 0.49% -
HSV(B) 276.62º 0.76% 0.79% -
XYZ 22.87 12.13 57.01 -
YUV 93.66 189.14 162.48 -
System Red Green Blue C M Y K H S L
Decimal 142 48 202 0.30 0.76 0 0.21 276.62 0.62 0.49
Hex 8E 30 CA 1E 4C 0 15 115 3E 31
Octal 216 60 312 36 114 0 25 425 76 61
Binary 10001110 110000 11001010 11110 1001100 0 10101 100010101 111110 110001

Color Harmonies of #8E30CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E30CA

Black with #8E30CA

Text Example


Text Example

White with #8E30CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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