Html Css Color HEX #8D3FCA Dark Orchid

📋 copy color: '#8D3FCA'

red 141 ◦ green 63 ◦ blue 202

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

Shades of Dark Orchid #8D3FCA

Tints of Dark Orchid #8D3FCA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.52%

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 34.73%
G = 15.52%
B = 49.75%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8D3FCA (or 0x8D3FCA) is known color: Dark Orchid. HEX triplet: 8D, 3F and CA. RGB value is (141,63,202). Sum of RGB (Red+Green+Blue) = 141+63+202=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D3FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3FCA is #72C035. Grayscale: #656565. Windows color (decimal): -7520310 or 13254541. OLE color: 13254541.

HSL color Cylindrical-coordinate representation of color #8D3FCA: hue angle of 273.67º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D3FCA is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 63 202 -
CMYK 0.30 0.69 0 0.21
HSL 273.67º 0.57% 0.52% -
HSV(B) 273.67º 0.69% 0.79% -
XYZ 23.42 13.48 57.24 -
YUV 102.17 184.34 155.7 -
System Red Green Blue C M Y K H S L
Decimal 141 63 202 0.30 0.69 0 0.21 273.67 0.57 0.52
Hex 8D 3F CA 1E 45 0 15 112 39 34
Octal 215 77 312 36 105 0 25 422 71 64
Binary 10001101 111111 11001010 11110 1000101 0 10101 100010010 111001 110100

Color Harmonies of #8D3FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3FCA

Black with #8D3FCA

Text Example


Text Example

White with #8D3FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,63,202); }

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

background-color css

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

 a { background-color: rgb(141,63,202); }

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

border-color css

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

 span { border-color: rgb(141,63,202); }

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