Html Css Color HEX #8D2FBA Dark Orchid

📋 copy color: '#8D2FBA'

red 141 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #8D2FBA

Tints of Dark Orchid #8D2FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.57%

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 37.7%
G = 12.57%
B = 49.73%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D2FBA (or 0x8D2FBA) is known color: Dark Orchid. HEX triplet: 8D, 2F and BA. RGB value is (141,47,186). Sum of RGB (Red+Green+Blue) = 141+47+186=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2FBA is #72D045. Grayscale: #5A5A5A. Windows color (decimal): -7524422 or 12201869. OLE color: 12201869.

HSL color Cylindrical-coordinate representation of color #8D2FBA: hue angle of 280.58º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2FBA is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 47 186 -
CMYK 0.24 0.75 0 0.27
HSL 280.58º 0.6% 0.46% -
HSV(B) 280.58º 0.75% 0.73% -
XYZ 20.86 11.24 47.52 -
YUV 90.95 181.64 163.7 -
System Red Green Blue C M Y K H S L
Decimal 141 47 186 0.24 0.75 0 0.27 280.58 0.6 0.46
Hex 8D 2F BA 18 4B 0 1B 119 3C 2E
Octal 215 57 272 30 113 0 33 431 74 56
Binary 10001101 101111 10111010 11000 1001011 0 11011 100011001 111100 101110

Color Harmonies of #8D2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2FBA

Black with #8D2FBA

Text Example


Text Example

White with #8D2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,47,186); }

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

background-color css

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

 a { background-color: rgb(141,47,186); }

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

border-color css

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

 span { border-color: rgb(141,47,186); }

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