#9A29BB

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

Shades of Dark Orchid #9A29BB

Tints of Dark Orchid #9A29BB

Color information

#9A29BB (or 0x9A29BB) is unknown color: approx Dark Orchid. HEX triplet: 9A, 29 and BB. RGB value is (154,41,187). Sum of RGB (Red+Green+Blue) = 154+41+187=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A29BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A29BB is #65D644. Grayscale: #5A5A5A. Windows color (decimal): -6673989 or 12265882. OLE color: 12265882.

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

Color convert

RGB15441187-
CMYK0.180.7800.27
HSL286.44º64.04%44.71%-
HSV(B)286.44º78.07%73.33%-
XYZ23.0912.0448.12-
YUV91.43181.94172.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.31%
GREEN value IS 41 (16.41% from 255) = 10.73%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=40.31%
G=10.73%
B=48.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154411870.180.7800.27286.4464.0444.71
Hex9A29BB124E01B11e402d
Octal232512732211603343610055
Binary10011010101001101110111001010011100110111000111101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A29BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,41,187); }

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

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

 a { background-color: rgb(154,41,187); }

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

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

 span { border-color: rgb(154,41,187); }

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