Html Css Color HEX #8D3ACD Dark Orchid

📋 copy color: '#8D3ACD'

red 141 ◦ green 58 ◦ blue 205

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

Shades of Dark Orchid #8D3ACD

Tints of Dark Orchid #8D3ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.36%

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

R = 34.9%
G = 14.36%
B = 50.74%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D3ACD (or 0x8D3ACD) is known color: Dark Orchid. HEX triplet: 8D, 3A and CD. RGB value is (141,58,205). Sum of RGB (Red+Green+Blue) = 141+58+205=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D3ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3ACD is #72C532. Grayscale: #636363. Windows color (decimal): -7521587 or 13449869. OLE color: 13449869.

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

Color convert

RGB 141 58 205 -
CMYK 0.31 0.72 0 0.20
HSL 273.88º 0.6% 0.52% -
HSV(B) 273.88º 0.72% 0.8% -
XYZ 23.52 13.1 59.05 -
YUV 99.58 187.5 157.55 -
System Red Green Blue C M Y K H S L
Decimal 141 58 205 0.31 0.72 0 0.20 273.88 0.6 0.52
Hex 8D 3A CD 1F 48 0 14 112 3C 34
Octal 215 72 315 37 110 0 24 422 74 64
Binary 10001101 111010 11001101 11111 1001000 0 10100 100010010 111100 110100

Color Harmonies of #8D3ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3ACD

Black with #8D3ACD

Text Example


Text Example

White with #8D3ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,58,205); }

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

background-color css

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

 a { background-color: rgb(141,58,205); }

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

border-color css

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

 span { border-color: rgb(141,58,205); }

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