Html Css Color HEX #8E34C9 Dark Orchid

📋 copy color: '#8E34C9'

red 142 ◦ green 52 ◦ blue 201

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

Shades of Dark Orchid #8E34C9

Tints of Dark Orchid #8E34C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.89%

R = 35.95%
G = 13.16%
B = 50.89%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E34C9 (or 0x8E34C9) is known color: Dark Orchid. HEX triplet: 8E, 34 and C9. RGB value is (142,52,201). Sum of RGB (Red+Green+Blue) = 142+52+201=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #8E34C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E34C9 is #71CB36. Grayscale: #5F5F5F. Windows color (decimal): -7457591 or 13186190. OLE color: 13186190.

HSL color Cylindrical-coordinate representation of color #8E34C9: hue angle of 276.24º 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 #8E34C9 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 52 201 -
CMYK 0.29 0.74 0 0.21
HSL 276.24º 0.59% 0.5% -
HSV(B) 276.24º 0.74% 0.79% -
XYZ 22.93 12.42 56.45 -
YUV 95.9 187.32 160.88 -
System Red Green Blue C M Y K H S L
Decimal 142 52 201 0.29 0.74 0 0.21 276.24 0.59 0.5
Hex 8E 34 C9 1D 4A 0 15 114 3B 32
Octal 216 64 311 35 112 0 25 424 73 62
Binary 10001110 110100 11001001 11101 1001010 0 10101 100010100 111011 110010

Color Harmonies of #8E34C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E34C9

Black with #8E34C9

Text Example


Text Example

White with #8E34C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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