Html Css Color HEX #8818BA Dark Orchid

📋 copy color: '#8818BA'

red 136 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #8818BA

Tints of Dark Orchid #8818BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.94%

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

R = 39.31%
G = 6.94%
B = 53.76%

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

#8818BA (or 0x8818BA) is known color: Dark Orchid. HEX triplet: 88, 18 and BA. RGB value is (136,24,186). Sum of RGB (Red+Green+Blue) = 136+24+186=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #8818BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8818BA is #77E745. Grayscale: #4B4B4B. Windows color (decimal): -7857990 or 12195976. OLE color: 12195976.

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

Color convert

RGB 136 24 186 -
CMYK 0.27 0.87 0 0.27
HSL 281.48º 0.77% 0.41% -
HSV(B) 281.48º 0.87% 0.73% -
XYZ 19.34 9.43 47.26 -
YUV 75.96 190.11 170.83 -
System Red Green Blue C M Y K H S L
Decimal 136 24 186 0.27 0.87 0 0.27 281.48 0.77 0.41
Hex 88 18 BA 1B 57 0 1B 119 4D 29
Octal 210 30 272 33 127 0 33 431 115 51
Binary 10001000 11000 10111010 11011 1010111 0 11011 100011001 1001101 101001

Color Harmonies of #8818BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8818BA

Black with #8818BA

Text Example


Text Example

White with #8818BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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