Html Css Color HEX #8E3CCF Dark Orchid

📋 copy color: '#8E3CCF'

red 142 ◦ green 60 ◦ blue 207

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

Shades of Dark Orchid #8E3CCF

Tints of Dark Orchid #8E3CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.67%

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

R = 34.72%
G = 14.67%
B = 50.61%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E3CCF (or 0x8E3CCF) is known color: Dark Orchid. HEX triplet: 8E, 3C and CF. RGB value is (142,60,207). Sum of RGB (Red+Green+Blue) = 142+60+207=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E3CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3CCF is #71C330. Grayscale: #646464. Windows color (decimal): -7455537 or 13581454. OLE color: 13581454.

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

Color convert

RGB 142 60 207 -
CMYK 0.31 0.71 0 0.19
HSL 273.47º 0.6% 0.52% -
HSV(B) 273.47º 0.71% 0.81% -
XYZ 24.03 13.49 60.37 -
YUV 101.28 187.67 157.05 -
System Red Green Blue C M Y K H S L
Decimal 142 60 207 0.31 0.71 0 0.19 273.47 0.6 0.52
Hex 8E 3C CF 1F 47 0 13 111 3C 34
Octal 216 74 317 37 107 0 23 421 74 64
Binary 10001110 111100 11001111 11111 1000111 0 10011 100010001 111100 110100

Color Harmonies of #8E3CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3CCF

Black with #8E3CCF

Text Example


Text Example

White with #8E3CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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