Html Css Color HEX #8918BA Dark Orchid

📋 copy color: '#8918BA'

red 137 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #8918BA

Tints of Dark Orchid #8918BA

RGB

 RED value IS 137 (53.91% from 255) = 39.48%

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

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

R = 39.48%
G = 6.92%
B = 53.6%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8918BA (or 0x8918BA) is known color: Dark Orchid. HEX triplet: 89, 18 and BA. RGB value is (137,24,186). Sum of RGB (Red+Green+Blue) = 137+24+186=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 24 (9.77% from 255 or 6.92% 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 #8918BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8918BA is #76E745. Grayscale: #4B4B4B. Windows color (decimal): -7792454 or 12195977. OLE color: 12195977.

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

Color convert

RGB 137 24 186 -
CMYK 0.26 0.87 0 0.27
HSL 281.85º 0.77% 0.41% -
HSV(B) 281.85º 0.87% 0.73% -
XYZ 19.51 9.52 47.26 -
YUV 76.26 189.94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 137 24 186 0.26 0.87 0 0.27 281.85 0.77 0.41
Hex 89 18 BA 1A 57 0 1B 11A 4D 29
Octal 211 30 272 32 127 0 33 432 115 51
Binary 10001001 11000 10111010 11010 1010111 0 11011 100011010 1001101 101001

Color Harmonies of #8918BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8918BA

Black with #8918BA

Text Example


Text Example

White with #8918BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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