#9B1DCF

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

Shades of Dark Orchid #9B1DCF

Tints of Dark Orchid #9B1DCF

Color information

#9B1DCF (or 0x9B1DCF) is unknown color: approx Dark Orchid. HEX triplet: 9B, 1D and CF. RGB value is (155,29,207). Sum of RGB (Red+Green+Blue) = 155+29+207=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B1DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1DCF is #64E230. Grayscale: #565656. Windows color (decimal): -6611505 or 13573531. OLE color: 13573531.

HSL color Cylindrical-coordinate representation of color #9B1DCF: hue angle of 282.47º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1DCF is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15529207-
CMYK0.250.8600.19
HSL282.47º75.42%46.27%-
HSV(B)282.47º85.99%81.18%-
XYZ25.2212.3560.09-
YUV86.97195.74176.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.64%
GREEN value IS 29 (11.72% from 255) = 7.42%
BLUE value IS 207 (81.25% from 255) = 52.94%
R=39.64%
G=7.42%
B=52.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal155292070.250.8600.19282.4775.4246.27
Hex9B1DCF195601311a4b2e
Octal233353173112602343211356
Binary1001101111101110011111100110101100100111000110101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,29,207); }

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

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

 a { background-color: rgb(155,29,207); }

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

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

 span { border-color: rgb(155,29,207); }

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