Html Css Color HEX #8928BA Dark Orchid

📋 copy color: '#8928BA'

red 137 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #8928BA

Tints of Dark Orchid #8928BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.02%

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

R = 37.74%
G = 11.02%
B = 51.24%

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

#8928BA (or 0x8928BA) is known color: Dark Orchid. HEX triplet: 89, 28 and BA. RGB value is (137,40,186). Sum of RGB (Red+Green+Blue) = 137+40+186=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #8928BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8928BA is #76D745. Grayscale: #555555. Windows color (decimal): -7788358 or 12200073. OLE color: 12200073.

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

Color convert

RGB 137 40 186 -
CMYK 0.26 0.78 0 0.27
HSL 279.86º 0.65% 0.44% -
HSV(B) 279.86º 0.78% 0.73% -
XYZ 19.94 10.38 47.41 -
YUV 85.65 184.64 164.63 -
System Red Green Blue C M Y K H S L
Decimal 137 40 186 0.26 0.78 0 0.27 279.86 0.65 0.44
Hex 89 28 BA 1A 4E 0 1B 118 41 2C
Octal 211 50 272 32 116 0 33 430 101 54
Binary 10001001 101000 10111010 11010 1001110 0 11011 100011000 1000001 101100

Color Harmonies of #8928BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8928BA

Black with #8928BA

Text Example


Text Example

White with #8928BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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