Html Css Color HEX #8E34CA Dark Orchid

📋 copy color: '#8E34CA'

red 142 ◦ green 52 ◦ blue 202

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

Shades of Dark Orchid #8E34CA

Tints of Dark Orchid #8E34CA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.13%

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

R = 35.86%
G = 13.13%
B = 51.01%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E34CA (or 0x8E34CA) is known color: Dark Orchid. HEX triplet: 8E, 34 and CA. RGB value is (142,52,202). Sum of RGB (Red+Green+Blue) = 142+52+202=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E34CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E34CA is #71CB35. Grayscale: #5F5F5F. Windows color (decimal): -7457590 or 13251726. OLE color: 13251726.

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

Color convert

RGB 142 52 202 -
CMYK 0.30 0.74 0 0.21
HSL 276º 0.59% 0.5% -
HSV(B) 276º 0.74% 0.79% -
XYZ 23.04 12.47 57.07 -
YUV 96.01 187.82 160.8 -
System Red Green Blue C M Y K H S L
Decimal 142 52 202 0.30 0.74 0 0.21 276 0.59 0.5
Hex 8E 34 CA 1E 4A 0 15 114 3B 32
Octal 216 64 312 36 112 0 25 424 73 62
Binary 10001110 110100 11001010 11110 1001010 0 10101 100010100 111011 110010

Color Harmonies of #8E34CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E34CA

Black with #8E34CA

Text Example


Text Example

White with #8E34CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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