#9A25D8

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

Shades of Dark Orchid #9A25D8

Tints of Dark Orchid #9A25D8

Color information

#9A25D8 (or 0x9A25D8) is unknown color: approx Dark Orchid. HEX triplet: 9A, 25 and D8. RGB value is (154,37,216). Sum of RGB (Red+Green+Blue) = 154+37+216=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #9A25D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A25D8 is #65DA27. Grayscale: #5B5B5B. Windows color (decimal): -6674984 or 14165402. OLE color: 14165402.

HSL color Cylindrical-coordinate representation of color #9A25D8: hue angle of 279.22º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A25D8 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15437216-
CMYK0.290.8300.15
HSL279.22º70.75%49.61%-
HSV(B)279.22º82.87%84.71%-
XYZ26.3813.1566.11-
YUV92.39197.76171.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.84%
GREEN value IS 37 (14.84% from 255) = 9.09%
BLUE value IS 216 (84.77% from 255) = 53.07%
R=37.84%
G=9.09%
B=53.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154372160.290.8300.15279.2270.7549.61
Hex9A25D81D530F1174732
Octal232453303512301742710762
Binary1001101010010111011000111011010011011111000101111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A25D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A25D8; }

 p { color: rgb(154,37,216); }

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

<style>
 a { background-color: #9A25D8; }

 a { background-color: rgb(154,37,216); }

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

<style>
 span { border-color: #9A25D8; }

 span { border-color: rgb(154,37,216); }

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