Html Css Color HEX #8919BA Dark Orchid

📋 copy color: '#8919BA'

red 137 ◦ green 25 ◦ blue 186

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

Shades of Dark Orchid #8919BA

Tints of Dark Orchid #8919BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

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

R = 39.37%
G = 7.18%
B = 53.45%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8919BA (or 0x8919BA) is known color: Dark Orchid. HEX triplet: 89, 19 and BA. RGB value is (137,25,186). Sum of RGB (Red+Green+Blue) = 137+25+186=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #8919BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8919BA is #76E645. Grayscale: #4C4C4C. Windows color (decimal): -7792198 or 12196233. OLE color: 12196233.

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

Color convert

RGB 137 25 186 -
CMYK 0.26 0.87 0 0.27
HSL 281.74º 0.76% 0.41% -
HSV(B) 281.74º 0.87% 0.73% -
XYZ 19.53 9.56 47.27 -
YUV 76.84 189.61 170.91 -
System Red Green Blue C M Y K H S L
Decimal 137 25 186 0.26 0.87 0 0.27 281.74 0.76 0.41
Hex 89 19 BA 1A 57 0 1B 11A 4C 29
Octal 211 31 272 32 127 0 33 432 114 51
Binary 10001001 11001 10111010 11010 1010111 0 11011 100011010 1001100 101001

Color Harmonies of #8919BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8919BA

Black with #8919BA

Text Example


Text Example

White with #8919BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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