Html Css Color HEX #8E26CF Dark Orchid

📋 copy color: '#8E26CF'

red 142 ◦ green 38 ◦ blue 207

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

Shades of Dark Orchid #8E26CF

Tints of Dark Orchid #8E26CF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.82%

 BLUE value IS 207 (81.25% from 255) = 53.49%

R = 36.69%
G = 9.82%
B = 53.49%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E26CF (or 0x8E26CF) is known color: Dark Orchid. HEX triplet: 8E, 26 and CF. RGB value is (142,38,207). Sum of RGB (Red+Green+Blue) = 142+38+207=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E26CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E26CF is #71D930. Grayscale: #575757. Windows color (decimal): -7461169 or 13575822. OLE color: 13575822.

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

Color convert

RGB 142 38 207 -
CMYK 0.31 0.82 0 0.19
HSL 276.92º 0.69% 0.48% -
HSV(B) 276.92º 0.82% 0.81% -
XYZ 23.11 11.64 60.06 -
YUV 88.36 194.96 166.26 -
System Red Green Blue C M Y K H S L
Decimal 142 38 207 0.31 0.82 0 0.19 276.92 0.69 0.48
Hex 8E 26 CF 1F 52 0 13 115 45 30
Octal 216 46 317 37 122 0 23 425 105 60
Binary 10001110 100110 11001111 11111 1010010 0 10011 100010101 1000101 110000

Color Harmonies of #8E26CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E26CF

Black with #8E26CF

Text Example


Text Example

White with #8E26CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,38,207); }

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

background-color css

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

 a { background-color: rgb(142,38,207); }

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

border-color css

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

 span { border-color: rgb(142,38,207); }

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