Html Css Color HEX #8919BC Dark Orchid

📋 copy color: '#8919BC'

red 137 ◦ green 25 ◦ blue 188

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

Shades of Dark Orchid #8919BC

Tints of Dark Orchid #8919BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.71%

R = 39.14%
G = 7.14%
B = 53.71%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8919BC (or 0x8919BC) is known color: Dark Orchid. HEX triplet: 89, 19 and BC. RGB value is (137,25,188). Sum of RGB (Red+Green+Blue) = 137+25+188=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #8919BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8919BC is #76E643. Grayscale: #4C4C4C. Windows color (decimal): -7792196 or 12327305. OLE color: 12327305.

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

Color convert

RGB 137 25 188 -
CMYK 0.27 0.87 0 0.26
HSL 281.23º 0.77% 0.42% -
HSV(B) 281.23º 0.87% 0.74% -
XYZ 19.74 9.64 48.4 -
YUV 77.07 190.61 170.75 -
System Red Green Blue C M Y K H S L
Decimal 137 25 188 0.27 0.87 0 0.26 281.23 0.77 0.42
Hex 89 19 BC 1B 57 0 1A 119 4D 2A
Octal 211 31 274 33 127 0 32 431 115 52
Binary 10001001 11001 10111100 11011 1010111 0 11010 100011001 1001101 101010

Color Harmonies of #8919BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8919BC

Black with #8919BC

Text Example


Text Example

White with #8919BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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