Html Css Color HEX #8927BB Dark Orchid

📋 copy color: '#8927BB'

red 137 ◦ green 39 ◦ blue 187

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

Shades of Dark Orchid #8927BB

Tints of Dark Orchid #8927BB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.74%

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

R = 37.74%
G = 10.74%
B = 51.52%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8927BB (or 0x8927BB) is known color: Dark Orchid. HEX triplet: 89, 27 and BB. RGB value is (137,39,187). Sum of RGB (Red+Green+Blue) = 137+39+187=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #8927BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8927BB is #76D844. Grayscale: #545454. Windows color (decimal): -7788613 or 12265353. OLE color: 12265353.

HSL color Cylindrical-coordinate representation of color #8927BB: hue angle of 279.73º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8927BB is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 39 187 -
CMYK 0.27 0.79 0 0.27
HSL 279.73º 0.65% 0.44% -
HSV(B) 279.73º 0.79% 0.73% -
XYZ 20.01 10.36 47.96 -
YUV 85.17 185.47 164.97 -
System Red Green Blue C M Y K H S L
Decimal 137 39 187 0.27 0.79 0 0.27 279.73 0.65 0.44
Hex 89 27 BB 1B 4F 0 1B 118 41 2C
Octal 211 47 273 33 117 0 33 430 101 54
Binary 10001001 100111 10111011 11011 1001111 0 11011 100011000 1000001 101100

Color Harmonies of #8927BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8927BB

Black with #8927BB

Text Example


Text Example

White with #8927BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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