Html Css Color HEX #8D2BBB Dark Orchid

📋 copy color: '#8D2BBB'

red 141 ◦ green 43 ◦ blue 187

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

Shades of Dark Orchid #8D2BBB

Tints of Dark Orchid #8D2BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.59%

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 38.01%
G = 11.59%
B = 50.4%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D2BBB (or 0x8D2BBB) is known color: Dark Orchid. HEX triplet: 8D, 2B and BB. RGB value is (141,43,187). Sum of RGB (Red+Green+Blue) = 141+43+187=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D2BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2BBB is #72D444. Grayscale: #585858. Windows color (decimal): -7525445 or 12266381. OLE color: 12266381.

HSL color Cylindrical-coordinate representation of color #8D2BBB: hue angle of 280.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2BBB is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 43 187 -
CMYK 0.25 0.77 0 0.27
HSL 280.83º 0.63% 0.45% -
HSV(B) 280.83º 0.77% 0.73% -
XYZ 20.82 10.98 48.04 -
YUV 88.72 183.47 165.29 -
System Red Green Blue C M Y K H S L
Decimal 141 43 187 0.25 0.77 0 0.27 280.83 0.63 0.45
Hex 8D 2B BB 19 4D 0 1B 119 3F 2D
Octal 215 53 273 31 115 0 33 431 77 55
Binary 10001101 101011 10111011 11001 1001101 0 11011 100011001 111111 101101

Color Harmonies of #8D2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2BBB

Black with #8D2BBB

Text Example


Text Example

White with #8D2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,43,187); }

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

background-color css

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

 a { background-color: rgb(141,43,187); }

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

border-color css

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

 span { border-color: rgb(141,43,187); }

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