#8925C9

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

Shades of Dark Orchid #8925C9

Tints of Dark Orchid #8925C9

Color information

#8925C9 (or 0x8925C9) is unknown color: approx Dark Orchid. HEX triplet: 89, 25 and C9. RGB value is (137,37,201). Sum of RGB (Red+Green+Blue) = 137+37+201=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #8925C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8925C9 is #76DA36. Grayscale: #555555. Windows color (decimal): -7789111 or 13182345. OLE color: 13182345.

HSL color Cylindrical-coordinate representation of color #8925C9: hue angle of 276.59º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8925C9 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13737201-
CMYK0.320.8200.21
HSL276.59º68.91%46.67%-
HSV(B)276.59º81.59%78.82%-
XYZ21.5210.8656.22-
YUV85.6193.13164.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.53%
GREEN value IS 37 (14.84% from 255) = 9.87%
BLUE value IS 201 (78.91% from 255) = 53.6%
R=36.53%
G=9.87%
B=53.6%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal137372010.320.8200.21276.5968.9146.67
Hex8925C92052015115452f
Octal211453114012202542510557
Binary100010011001011100100110000010100100101011000101011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8925C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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