Html Css Color HEX #8B19BA Dark Orchid

📋 copy color: '#8B19BA'

red 139 ◦ green 25 ◦ blue 186

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

Shades of Dark Orchid #8B19BA

Tints of Dark Orchid #8B19BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.14%

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

R = 39.71%
G = 7.14%
B = 53.14%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B19BA (or 0x8B19BA) is known color: Dark Orchid. HEX triplet: 8B, 19 and BA. RGB value is (139,25,186). Sum of RGB (Red+Green+Blue) = 139+25+186=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B19BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B19BA is #74E645. Grayscale: #4C4C4C. Windows color (decimal): -7661126 or 12196235. OLE color: 12196235.

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

Color convert

RGB 139 25 186 -
CMYK 0.25 0.87 0 0.27
HSL 282.48º 0.76% 0.41% -
HSV(B) 282.48º 0.87% 0.73% -
XYZ 19.86 9.73 47.29 -
YUV 77.44 189.27 171.91 -
System Red Green Blue C M Y K H S L
Decimal 139 25 186 0.25 0.87 0 0.27 282.48 0.76 0.41
Hex 8B 19 BA 19 57 0 1B 11A 4C 29
Octal 213 31 272 31 127 0 33 432 114 51
Binary 10001011 11001 10111010 11001 1010111 0 11011 100011010 1001100 101001

Color Harmonies of #8B19BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B19BA

Black with #8B19BA

Text Example


Text Example

White with #8B19BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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