Html Css Color HEX #8919BF Dark Orchid

📋 copy color: '#8919BF'

red 137 ◦ green 25 ◦ blue 191

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

Shades of Dark Orchid #8919BF

Tints of Dark Orchid #8919BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.11%

R = 38.81%
G = 7.08%
B = 54.11%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8919BF (or 0x8919BF) is known color: Dark Orchid. HEX triplet: 89, 19 and BF. RGB value is (137,25,191). Sum of RGB (Red+Green+Blue) = 137+25+191=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #8919BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8919BF is #76E640. Grayscale: #4C4C4C. Windows color (decimal): -7792193 or 12523913. OLE color: 12523913.

HSL color Cylindrical-coordinate representation of color #8919BF: hue angle of 280.48º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8919BF is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 25 191 -
CMYK 0.28 0.87 0 0.25
HSL 280.48º 0.77% 0.42% -
HSV(B) 280.48º 0.87% 0.75% -
XYZ 20.07 9.78 50.12 -
YUV 77.41 192.11 170.5 -
System Red Green Blue C M Y K H S L
Decimal 137 25 191 0.28 0.87 0 0.25 280.48 0.77 0.42
Hex 89 19 BF 1C 57 0 19 118 4D 2A
Octal 211 31 277 34 127 0 31 430 115 52
Binary 10001001 11001 10111111 11100 1010111 0 11001 100011000 1001101 101010

Color Harmonies of #8919BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8919BF

Black with #8919BF

Text Example


Text Example

White with #8919BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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