Html Css Color HEX #8819BA Dark Orchid

📋 copy color: '#8819BA'

red 136 ◦ green 25 ◦ blue 186

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

Shades of Dark Orchid #8819BA

Tints of Dark Orchid #8819BA

RGB

 RED value IS 136 (53.52% from 255) = 39.19%

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

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

R = 39.19%
G = 7.2%
B = 53.6%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8819BA (or 0x8819BA) is known color: Dark Orchid. HEX triplet: 88, 19 and BA. RGB value is (136,25,186). Sum of RGB (Red+Green+Blue) = 136+25+186=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #8819BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8819BA is #77E645. Grayscale: #4C4C4C. Windows color (decimal): -7857734 or 12196232. OLE color: 12196232.

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

Color convert

RGB 136 25 186 -
CMYK 0.27 0.87 0 0.27
HSL 281.37º 0.76% 0.41% -
HSV(B) 281.37º 0.87% 0.73% -
XYZ 19.36 9.47 47.26 -
YUV 76.54 189.77 170.41 -
System Red Green Blue C M Y K H S L
Decimal 136 25 186 0.27 0.87 0 0.27 281.37 0.76 0.41
Hex 88 19 BA 1B 57 0 1B 119 4C 29
Octal 210 31 272 33 127 0 33 431 114 51
Binary 10001000 11001 10111010 11011 1010111 0 11011 100011001 1001100 101001

Color Harmonies of #8819BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8819BA

Black with #8819BA

Text Example


Text Example

White with #8819BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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