Html Css Color HEX #8E24CD Dark Orchid

📋 copy color: '#8E24CD'

red 142 ◦ green 36 ◦ blue 205

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

Shades of Dark Orchid #8E24CD

Tints of Dark Orchid #8E24CD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.4%

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 37.08%
G = 9.4%
B = 53.52%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E24CD (or 0x8E24CD) is known color: Dark Orchid. HEX triplet: 8E, 24 and CD. RGB value is (142,36,205). Sum of RGB (Red+Green+Blue) = 142+36+205=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E24CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E24CD is #71DB32. Grayscale: #565656. Windows color (decimal): -7461683 or 13444238. OLE color: 13444238.

HSL color Cylindrical-coordinate representation of color #8E24CD: hue angle of 277.63º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E24CD is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 36 205 -
CMYK 0.31 0.82 0 0.20
HSL 277.63º 0.7% 0.47% -
HSV(B) 277.63º 0.82% 0.8% -
XYZ 22.81 11.42 58.76 -
YUV 86.96 194.62 167.26 -
System Red Green Blue C M Y K H S L
Decimal 142 36 205 0.31 0.82 0 0.20 277.63 0.7 0.47
Hex 8E 24 CD 1F 52 0 14 116 46 2F
Octal 216 44 315 37 122 0 24 426 106 57
Binary 10001110 100100 11001101 11111 1010010 0 10100 100010110 1000110 101111

Color Harmonies of #8E24CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E24CD

Black with #8E24CD

Text Example


Text Example

White with #8E24CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,36,205); }

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

background-color css

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

 a { background-color: rgb(142,36,205); }

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

border-color css

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

 span { border-color: rgb(142,36,205); }

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