#9B27BD

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

Shades of Dark Orchid #9B27BD

Tints of Dark Orchid #9B27BD

Color information

#9B27BD (or 0x9B27BD) is unknown color: approx Dark Orchid. HEX triplet: 9B, 27 and BD. RGB value is (155,39,189). Sum of RGB (Red+Green+Blue) = 155+39+189=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B27BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B27BD is #64D842. Grayscale: #5A5A5A. Windows color (decimal): -6608963 or 12396443. OLE color: 12396443.

HSL color Cylindrical-coordinate representation of color #9B27BD: hue angle of 286.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B27BD is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15539189-
CMYK0.180.7900.26
HSL286.4º65.79%44.71%-
HSV(B)286.4º79.37%74.12%-
XYZ23.4312.0949.24-
YUV90.78183.43173.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 39 (15.62% from 255) = 10.18%
BLUE value IS 189 (74.22% from 255) = 49.35%
R=40.47%
G=10.18%
B=49.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal155391890.180.7900.26286.465.7944.71
Hex9B27BD124F01A11e422d
Octal233472752211703243610255
Binary10011011100111101111011001010011110110101000111101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B27BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,39,189); }

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

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

 a { background-color: rgb(155,39,189); }

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

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

 span { border-color: rgb(155,39,189); }

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