#9941bf

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

Shades of Dark Orchid #9941BF

Tints of Dark Orchid #9941BF

Color information

#9941BF (or 0x9941BF) is unknown color: approx Dark Orchid. HEX triplet: 99, 41 and BF. RGB value is (153,65,191). Sum of RGB (Red+Green+Blue) = 153+65+191=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #9941BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9941BF is #66BE40. Grayscale: #696969. Windows color (decimal): -6733377 or 12534169. OLE color: 12534169.

HSL color Cylindrical-coordinate representation of color #9941BF: hue angle of 281.9º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9941BF is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15365191-
CMYK0.200.6600.25
HSL281.9º49.61%50.2%-
HSV(B)281.9º65.97%74.9%-
XYZ24.4314.3150.77-
YUV105.68176.15161.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 65 (25.78% from 255) = 15.89%
BLUE value IS 191 (75% from 255) = 46.70%
R=37.41%
G=15.89%
B=46.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153651910.200.6600.25281.949.6150.2
Hex9941BF144201911a3232
Octal231101277241020314326262
Binary10011001100000110111111101001000010011001100011010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9941bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9941bf; }

 p { color: rgb(153,65,191); }

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

<style>
 a { background-color: #9941bf; }

 a { background-color: rgb(153,65,191); }

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

<style>
 span { border-color: #9941bf; }

 span { border-color: rgb(153,65,191); }

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