#9D27BB

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

Shades of Dark Orchid #9D27BB

Tints of Dark Orchid #9D27BB

Color information

#9D27BB (or 0x9D27BB) is unknown color: approx Dark Orchid. HEX triplet: 9D, 27 and BB. RGB value is (157,39,187). Sum of RGB (Red+Green+Blue) = 157+39+187=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D27BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D27BB is #62D844. Grayscale: #5A5A5A. Windows color (decimal): -6477893 or 12265373. OLE color: 12265373.

HSL color Cylindrical-coordinate representation of color #9D27BB: hue angle of 287.84º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D27BB is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15739187-
CMYK0.160.7900.27
HSL287.84º65.49%44.31%-
HSV(B)287.84º79.14%73.33%-
XYZ23.612.2148.13-
YUV91.15182.09174.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.99%
GREEN value IS 39 (15.62% from 255) = 10.18%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=40.99%
G=10.18%
B=48.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157391870.160.7900.27287.8465.4944.31
Hex9D27BB104F01B120412c
Octal235472732011703344010154
Binary10011101100111101110111000010011110110111001000001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D27BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,39,187); }

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

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

 a { background-color: rgb(157,39,187); }

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

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

 span { border-color: rgb(157,39,187); }

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