#9A28B9

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

Shades of Dark Orchid #9A28B9

Tints of Dark Orchid #9A28B9

Color information

#9A28B9 (or 0x9A28B9) is unknown color: approx Dark Orchid. HEX triplet: 9A, 28 and B9. RGB value is (154,40,185). Sum of RGB (Red+Green+Blue) = 154+40+185=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #9A28B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A28B9 is #65D746. Grayscale: #5A5A5A. Windows color (decimal): -6674247 or 12134554. OLE color: 12134554.

HSL color Cylindrical-coordinate representation of color #9A28B9: hue angle of 287.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A28B9 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15440185-
CMYK0.170.7800.27
HSL287.17º64.44%44.12%-
HSV(B)287.17º78.38%72.55%-
XYZ22.8411.8946.99-
YUV90.62181.27173.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.63%
GREEN value IS 40 (16.02% from 255) = 10.55%
BLUE value IS 185 (72.66% from 255) = 48.81%
R=40.63%
G=10.55%
B=48.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154401850.170.7800.27287.1764.4444.12
Hex9A28B9114E01B11f402c
Octal232502712111603343710054
Binary10011010101000101110011000110011100110111000111111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A28B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,40,185); }

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

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

 a { background-color: rgb(154,40,185); }

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

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

 span { border-color: rgb(154,40,185); }

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