#9A25BF

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

Shades of Dark Orchid #9A25BF

Tints of Dark Orchid #9A25BF

Color information

#9A25BF (or 0x9A25BF) is unknown color: approx Dark Orchid. HEX triplet: 9A, 25 and BF. RGB value is (154,37,191). Sum of RGB (Red+Green+Blue) = 154+37+191=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A25BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A25BF is #65DA40. Grayscale: #595959. Windows color (decimal): -6675009 or 12527002. OLE color: 12527002.

HSL color Cylindrical-coordinate representation of color #9A25BF: hue angle of 285.58º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A25BF is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15437191-
CMYK0.190.8100.25
HSL285.58º67.54%44.71%-
HSV(B)285.58º80.63%74.9%-
XYZ23.3911.9550.36-
YUV89.54185.26173.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.31%
GREEN value IS 37 (14.84% from 255) = 9.69%
BLUE value IS 191 (75% from 255) = 50%
R=40.31%
G=9.69%
B=50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154371910.190.8100.25285.5867.5444.71
Hex9A25BF135101911e442d
Octal232452772312103143610455
Binary10011010100101101111111001110100010110011000111101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A25BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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