Html Css Color HEX #8927BA Dark Orchid

📋 copy color: '#8927BA'

red 137 ◦ green 39 ◦ blue 186

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

Shades of Dark Orchid #8927BA

Tints of Dark Orchid #8927BA

RGB

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

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

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

R = 37.85%
G = 10.77%
B = 51.38%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8927BA (or 0x8927BA) is known color: Dark Orchid. HEX triplet: 89, 27 and BA. RGB value is (137,39,186). Sum of RGB (Red+Green+Blue) = 137+39+186=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #8927BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8927BA is #76D845. Grayscale: #545454. Windows color (decimal): -7788614 or 12199817. OLE color: 12199817.

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

Color convert

RGB 137 39 186 -
CMYK 0.26 0.79 0 0.27
HSL 280º 0.65% 0.44% -
HSV(B) 280º 0.79% 0.73% -
XYZ 19.9 10.31 47.4 -
YUV 85.06 184.97 165.05 -
System Red Green Blue C M Y K H S L
Decimal 137 39 186 0.26 0.79 0 0.27 280 0.65 0.44
Hex 89 27 BA 1A 4F 0 1B 118 41 2C
Octal 211 47 272 32 117 0 33 430 101 54
Binary 10001001 100111 10111010 11010 1001111 0 11011 100011000 1000001 101100

Color Harmonies of #8927BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8927BA

Black with #8927BA

Text Example


Text Example

White with #8927BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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