#9923b7

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

Shades of Dark Orchid #9923B7

Tints of Dark Orchid #9923B7

Color information

#9923B7 (or 0x9923B7) is unknown color: approx Dark Orchid. HEX triplet: 99, 23 and B7. RGB value is (153,35,183). Sum of RGB (Red+Green+Blue) = 153+35+183=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #9923B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9923B7 is #66DC48. Grayscale: #565656. Windows color (decimal): -6741065 or 12002201. OLE color: 12002201.

HSL color Cylindrical-coordinate representation of color #9923B7: hue angle of 287.84º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9923B7 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15335183-
CMYK0.160.8100.28
HSL287.84º67.89%42.75%-
HSV(B)287.84º80.87%71.76%-
XYZ22.2911.3945.82-
YUV87.15182.09174.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 35 (14.06% from 255) = 9.43%
BLUE value IS 183 (71.88% from 255) = 49.33%
R=41.24%
G=9.43%
B=49.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal153351830.160.8100.28287.8467.8942.75
Hex9923B7105101C120442b
Octal231432672012103444010453
Binary10011001100011101101111000010100010111001001000001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9923b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9923b7; }

 p { color: rgb(153,35,183); }

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

<style>
 a { background-color: #9923b7; }

 a { background-color: rgb(153,35,183); }

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

<style>
 span { border-color: #9923b7; }

 span { border-color: rgb(153,35,183); }

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