Html Css Color HEX #8D3CCE Dark Orchid

📋 copy color: '#8D3CCE'

red 141 ◦ green 60 ◦ blue 206

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

Shades of Dark Orchid #8D3CCE

Tints of Dark Orchid #8D3CCE

RGB

 RED value IS 141 (55.47% from 255) = 34.64%

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

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 34.64%
G = 14.74%
B = 50.61%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8D3CCE (or 0x8D3CCE) is known color: Dark Orchid. HEX triplet: 8D, 3C and CE. RGB value is (141,60,206). Sum of RGB (Red+Green+Blue) = 141+60+206=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D3CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3CCE is #72C331. Grayscale: #646464. Windows color (decimal): -7521074 or 13515917. OLE color: 13515917.

HSL color Cylindrical-coordinate representation of color #8D3CCE: hue angle of 273.29º 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 #8D3CCE is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 60 206 -
CMYK 0.32 0.71 0 0.19
HSL 273.29º 0.6% 0.52% -
HSV(B) 273.29º 0.71% 0.81% -
XYZ 23.74 13.35 59.72 -
YUV 100.86 187.34 156.63 -
System Red Green Blue C M Y K H S L
Decimal 141 60 206 0.32 0.71 0 0.19 273.29 0.6 0.52
Hex 8D 3C CE 20 47 0 13 111 3C 34
Octal 215 74 316 40 107 0 23 421 74 64
Binary 10001101 111100 11001110 100000 1000111 0 10011 100010001 111100 110100

Color Harmonies of #8D3CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3CCE

Black with #8D3CCE

Text Example


Text Example

White with #8D3CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,60,206); }

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

background-color css

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

 a { background-color: rgb(141,60,206); }

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

border-color css

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

 span { border-color: rgb(141,60,206); }

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