#9929B1

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

Shades of Dark Orchid #9929B1

Tints of Dark Orchid #9929B1

Color information

#9929B1 (or 0x9929B1) is unknown color: approx Dark Orchid. HEX triplet: 99, 29 and B1. RGB value is (153,41,177). Sum of RGB (Red+Green+Blue) = 153+41+177=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #9929B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9929B1 is #66D64E. Grayscale: #595959. Windows color (decimal): -6739535 or 11610521. OLE color: 11610521.

HSL color Cylindrical-coordinate representation of color #9929B1: hue angle of 289.41º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9929B1 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15341177-
CMYK0.140.7700.31
HSL289.41º62.39%42.75%-
HSV(B)289.41º76.84%69.41%-
XYZ21.8711.5342.67-
YUV89.99177.11172.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 41 (16.41% from 255) = 11.05%
BLUE value IS 177 (69.53% from 255) = 47.71%
R=41.24%
G=11.05%
B=47.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153411770.140.7700.31289.4162.3942.75
Hex9929B1E4D01F1213e2b
Octal23151261161150374417653
Binary100110011010011011000111101001101011111100100001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9929B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9929B1; }

 p { color: rgb(153,41,177); }

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

<style>
 a { background-color: #9929B1; }

 a { background-color: rgb(153,41,177); }

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

<style>
 span { border-color: #9929B1; }

 span { border-color: rgb(153,41,177); }

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