Html Css Color HEX #8929BA Dark Orchid

📋 copy color: '#8929BA'

red 137 ◦ green 41 ◦ blue 186

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

Shades of Dark Orchid #8929BA

Tints of Dark Orchid #8929BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.26%

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

R = 37.64%
G = 11.26%
B = 51.1%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8929BA (or 0x8929BA) is known color: Dark Orchid. HEX triplet: 89, 29 and BA. RGB value is (137,41,186). Sum of RGB (Red+Green+Blue) = 137+41+186=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #8929BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8929BA is #76D645. Grayscale: #555555. Windows color (decimal): -7788102 or 12200329. OLE color: 12200329.

HSL color Cylindrical-coordinate representation of color #8929BA: hue angle of 279.72º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8929BA is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 41 186 -
CMYK 0.26 0.78 0 0.27
HSL 279.72º 0.64% 0.45% -
HSV(B) 279.72º 0.78% 0.73% -
XYZ 19.97 10.45 47.42 -
YUV 86.23 184.3 164.21 -
System Red Green Blue C M Y K H S L
Decimal 137 41 186 0.26 0.78 0 0.27 279.72 0.64 0.45
Hex 89 29 BA 1A 4E 0 1B 118 40 2D
Octal 211 51 272 32 116 0 33 430 100 55
Binary 10001001 101001 10111010 11010 1001110 0 11011 100011000 1000000 101101

Color Harmonies of #8929BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8929BA

Black with #8929BA

Text Example


Text Example

White with #8929BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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