Html Css Color HEX #8929BB Dark Orchid

📋 copy color: '#8929BB'

red 137 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #8929BB

Tints of Dark Orchid #8929BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.23%

R = 37.53%
G = 11.23%
B = 51.23%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8929BB (or 0x8929BB) is known color: Dark Orchid. HEX triplet: 89, 29 and BB. RGB value is (137,41,187). Sum of RGB (Red+Green+Blue) = 137+41+187=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #8929BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8929BB is #76D644. Grayscale: #555555. Windows color (decimal): -7788101 or 12265865. OLE color: 12265865.

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

Color convert

RGB 137 41 187 -
CMYK 0.27 0.78 0 0.27
HSL 279.45º 0.64% 0.45% -
HSV(B) 279.45º 0.78% 0.73% -
XYZ 20.08 10.49 47.98 -
YUV 86.35 184.8 164.13 -
System Red Green Blue C M Y K H S L
Decimal 137 41 187 0.27 0.78 0 0.27 279.45 0.64 0.45
Hex 89 29 BB 1B 4E 0 1B 117 40 2D
Octal 211 51 273 33 116 0 33 427 100 55
Binary 10001001 101001 10111011 11011 1001110 0 11011 100010111 1000000 101101

Color Harmonies of #8929BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8929BB

Black with #8929BB

Text Example


Text Example

White with #8929BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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