Html Css Color HEX #8B1DBA Dark Orchid

📋 copy color: '#8B1DBA'

red 139 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #8B1DBA

Tints of Dark Orchid #8B1DBA

RGB

 RED value IS 139 (54.69% from 255) = 39.27%

 GREEN value IS 29 (11.72% from 255) = 8.19%

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

R = 39.27%
G = 8.19%
B = 52.54%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B1DBA (or 0x8B1DBA) is known color: Dark Orchid. HEX triplet: 8B, 1D and BA. RGB value is (139,29,186). Sum of RGB (Red+Green+Blue) = 139+29+186=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B1DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1DBA is #74E245. Grayscale: #4F4F4F. Windows color (decimal): -7660102 or 12197259. OLE color: 12197259.

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

Color convert

RGB 139 29 186 -
CMYK 0.25 0.84 0 0.27
HSL 282.04º 0.73% 0.42% -
HSV(B) 282.04º 0.84% 0.73% -
XYZ 19.95 9.91 47.32 -
YUV 79.79 187.94 170.23 -
System Red Green Blue C M Y K H S L
Decimal 139 29 186 0.25 0.84 0 0.27 282.04 0.73 0.42
Hex 8B 1D BA 19 54 0 1B 11A 49 2A
Octal 213 35 272 31 124 0 33 432 111 52
Binary 10001011 11101 10111010 11001 1010100 0 11011 100011010 1001001 101010

Color Harmonies of #8B1DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1DBA

Black with #8B1DBA

Text Example


Text Example

White with #8B1DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,29,186); }

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

background-color css

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

 a { background-color: rgb(139,29,186); }

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

border-color css

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

 span { border-color: rgb(139,29,186); }

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