Html Css Color HEX #8D38BE Dark Orchid

📋 copy color: '#8D38BE'

red 141 ◦ green 56 ◦ blue 190

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

Shades of Dark Orchid #8D38BE

Tints of Dark Orchid #8D38BE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.47%

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 36.43%
G = 14.47%
B = 49.1%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D38BE (or 0x8D38BE) is known color: Dark Orchid. HEX triplet: 8D, 38 and BE. RGB value is (141,56,190). Sum of RGB (Red+Green+Blue) = 141+56+190=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D38BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D38BE is #72C741. Grayscale: #606060. Windows color (decimal): -7522114 or 12466317. OLE color: 12466317.

HSL color Cylindrical-coordinate representation of color #8D38BE: hue angle of 278.06º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D38BE is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 56 190 -
CMYK 0.26 0.71 0 0.25
HSL 278.06º 0.54% 0.48% -
HSV(B) 278.06º 0.71% 0.75% -
XYZ 21.69 12.21 49.93 -
YUV 96.69 180.66 159.6 -
System Red Green Blue C M Y K H S L
Decimal 141 56 190 0.26 0.71 0 0.25 278.06 0.54 0.48
Hex 8D 38 BE 1A 47 0 19 116 36 30
Octal 215 70 276 32 107 0 31 426 66 60
Binary 10001101 111000 10111110 11010 1000111 0 11001 100010110 110110 110000

Color Harmonies of #8D38BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D38BE

Black with #8D38BE

Text Example


Text Example

White with #8D38BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,56,190); }

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

background-color css

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

 a { background-color: rgb(141,56,190); }

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

border-color css

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

 span { border-color: rgb(141,56,190); }

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