Html Css Color HEX #8E25CF Dark Orchid

📋 copy color: '#8E25CF'

red 142 ◦ green 37 ◦ blue 207

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

Shades of Dark Orchid #8E25CF

Tints of Dark Orchid #8E25CF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.59%

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

R = 36.79%
G = 9.59%
B = 53.63%

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

#8E25CF (or 0x8E25CF) is known color: Dark Orchid. HEX triplet: 8E, 25 and CF. RGB value is (142,37,207). Sum of RGB (Red+Green+Blue) = 142+37+207=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E25CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E25CF is #71DA30. Grayscale: #575757. Windows color (decimal): -7461425 or 13575566. OLE color: 13575566.

HSL color Cylindrical-coordinate representation of color #8E25CF: hue angle of 277.06º degrees, saturation: 0.7, 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 #8E25CF is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 37 207 -
CMYK 0.31 0.82 0 0.19
HSL 277.06º 0.7% 0.48% -
HSV(B) 277.06º 0.82% 0.81% -
XYZ 23.08 11.58 60.05 -
YUV 87.78 195.29 166.68 -
System Red Green Blue C M Y K H S L
Decimal 142 37 207 0.31 0.82 0 0.19 277.06 0.7 0.48
Hex 8E 25 CF 1F 52 0 13 115 46 30
Octal 216 45 317 37 122 0 23 425 106 60
Binary 10001110 100101 11001111 11111 1010010 0 10011 100010101 1000110 110000

Color Harmonies of #8E25CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E25CF

Black with #8E25CF

Text Example


Text Example

White with #8E25CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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