#891fc8

Color #891FC8 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #891FC8

Tints of Dark Orchid #891FC8

Color information

#891FC8 (or 0x891FC8) is unknown color: approx Dark Orchid. HEX triplet: 89, 1F and C8. RGB value is (137,31,200). Sum of RGB (Red+Green+Blue) = 137+31+200=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 200 (78.52% from 255 or 54.35% from 368); Max value from RGB is 200 - color contains mainly: blue. Hex color #891FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891FC8 is #76E037. Grayscale: #515151. Windows color (decimal): -7790648 or 13115273. OLE color: 13115273.

HSL color Cylindrical-coordinate representation of color #891FC8: hue angle of 277.63º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891FC8 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13731200-
CMYK0.320.8400.22
HSL277.63º73.16%45.29%-
HSV(B)277.63º84.5%78.43%-
XYZ21.2310.4755.55-
YUV81.96194.62167.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.23%
GREEN value IS 31 (12.5% from 255) = 8.42%
BLUE value IS 200 (78.52% from 255) = 54.35%
R=37.23%
G=8.42%
B=54.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal137312000.320.8400.22277.6373.1645.29
Hex891FC82054016116492d
Octal211373104012402642611155
Binary10001001111111100100010000010101000101101000101101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891fc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891fc8; }

 p { color: rgb(137,31,200); }

 H1.HeaderClassName
 {
   color: #891fc8;
 }
 .AnyTagClassName
 {
   color: #891fc8;
 }
</style>
background-color css

<style>
 a { background-color: #891fc8; }

 a { background-color: rgb(137,31,200); }

 div.DivClassName
 {
   background-color: #891fc8;
 }
 .BgClassName
 {
   background-color: #891fc8;
 }
</style>
border-color css

<style>
 span { border-color: #891fc8; }

 span { border-color: rgb(137,31,200); }

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