Html Css Color HEX #8419BA Dark Orchid

📋 copy color: '#8419BA'

red 132 ◦ green 25 ◦ blue 186

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

Shades of Dark Orchid #8419BA

Tints of Dark Orchid #8419BA

RGB

 RED value IS 132 (51.95% from 255) = 38.48%

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

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

R = 38.48%
G = 7.29%
B = 54.23%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8419BA (or 0x8419BA) is known color: Dark Orchid. HEX triplet: 84, 19 and BA. RGB value is (132,25,186). Sum of RGB (Red+Green+Blue) = 132+25+186=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #8419BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8419BA is #7BE645. Grayscale: #4A4A4A. Windows color (decimal): -8119878 or 12196228. OLE color: 12196228.

HSL color Cylindrical-coordinate representation of color #8419BA: hue angle of 279.88º 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 #8419BA is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 25 186 -
CMYK 0.29 0.87 0 0.27
HSL 279.88º 0.76% 0.41% -
HSV(B) 279.88º 0.87% 0.73% -
XYZ 18.73 9.15 47.23 -
YUV 75.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 132 25 186 0.29 0.87 0 0.27 279.88 0.76 0.41
Hex 84 19 BA 1D 57 0 1B 118 4C 29
Octal 204 31 272 35 127 0 33 430 114 51
Binary 10000100 11001 10111010 11101 1010111 0 11011 100011000 1001100 101001

Color Harmonies of #8419BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8419BA

Black with #8419BA

Text Example


Text Example

White with #8419BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8419BA; }

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

 H1.HeaderClassName
 {
   color: #8419BA;
 }
 .AnyTagClassName
 {
   color: #8419BA;
 }
</style>

background-color css

<style>
 a { background-color: #8419BA; }

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

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

border-color css

<style>
 span { border-color: #8419BA; }

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

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