#8925C8

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

Shades of Dark Orchid #8925C8

Tints of Dark Orchid #8925C8

Color information

#8925C8 (or 0x8925C8) is unknown color: approx Dark Orchid. HEX triplet: 89, 25 and C8. RGB value is (137,37,200). Sum of RGB (Red+Green+Blue) = 137+37+200=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #8925C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8925C8 is #76DA37. Grayscale: #545454. Windows color (decimal): -7789112 or 13116809. OLE color: 13116809.

HSL color Cylindrical-coordinate representation of color #8925C8: hue angle of 276.81º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8925C8 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13737200-
CMYK0.320.8200.22
HSL276.81º68.78%46.47%-
HSV(B)276.81º81.5%78.43%-
XYZ21.410.8155.6-
YUV85.48192.63164.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.63%
GREEN value IS 37 (14.84% from 255) = 9.89%
BLUE value IS 200 (78.52% from 255) = 53.48%
R=36.63%
G=9.89%
B=53.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal137372000.320.8200.22276.8168.7846.47
Hex8925C82052016115452e
Octal211453104012202642510556
Binary100010011001011100100010000010100100101101000101011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8925C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8925C8; }

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

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

<style>
 a { background-color: #8925C8; }

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

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

<style>
 span { border-color: #8925C8; }

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

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