Html Css Color HEX #8D1BBE Dark Orchid

📋 copy color: '#8D1BBE'

red 141 ◦ green 27 ◦ blue 190

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

Shades of Dark Orchid #8D1BBE

Tints of Dark Orchid #8D1BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.54%

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

R = 39.39%
G = 7.54%
B = 53.07%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D1BBE (or 0x8D1BBE) is known color: Dark Orchid. HEX triplet: 8D, 1B and BE. RGB value is (141,27,190). Sum of RGB (Red+Green+Blue) = 141+27+190=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D1BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1BBE is #72E441. Grayscale: #4F4F4F. Windows color (decimal): -7529538 or 12458893. OLE color: 12458893.

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

Color convert

RGB 141 27 190 -
CMYK 0.26 0.86 0 0.25
HSL 281.96º 0.75% 0.43% -
HSV(B) 281.96º 0.86% 0.75% -
XYZ 20.67 10.16 49.59 -
YUV 79.67 190.27 171.75 -
System Red Green Blue C M Y K H S L
Decimal 141 27 190 0.26 0.86 0 0.25 281.96 0.75 0.43
Hex 8D 1B BE 1A 56 0 19 11A 4B 2B
Octal 215 33 276 32 126 0 31 432 113 53
Binary 10001101 11011 10111110 11010 1010110 0 11001 100011010 1001011 101011

Color Harmonies of #8D1BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1BBE

Black with #8D1BBE

Text Example


Text Example

White with #8D1BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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