#9B40BF

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

Shades of Dark Orchid #9B40BF

Tints of Dark Orchid #9B40BF

Color information

#9B40BF (or 0x9B40BF) is unknown color: approx Dark Orchid. HEX triplet: 9B, 40 and BF. RGB value is (155,64,191). Sum of RGB (Red+Green+Blue) = 155+64+191=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B40BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B40BF is #64BF40. Grayscale: #696969. Windows color (decimal): -6602561 or 12533915. OLE color: 12533915.

HSL color Cylindrical-coordinate representation of color #9B40BF: hue angle of 282.99º 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 #9B40BF is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15564191-
CMYK0.190.6600.25
HSL282.99º49.8%50%-
HSV(B)282.99º66.49%74.9%-
XYZ24.7514.450.76-
YUV105.69176.15163.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.80%
GREEN value IS 64 (25.39% from 255) = 15.61%
BLUE value IS 191 (75% from 255) = 46.59%
R=37.80%
G=15.61%
B=46.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155641910.190.6600.25282.9949.850
Hex9B40BF134201911b3232
Octal233100277231020314336262
Binary10011011100000010111111100111000010011001100011011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B40BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,64,191); }

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

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

 a { background-color: rgb(155,64,191); }

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

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

 span { border-color: rgb(155,64,191); }

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