#9027BB

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

Shades of Dark Orchid #9027BB

Tints of Dark Orchid #9027BB

Color information

#9027BB (or 0x9027BB) is unknown color: approx Dark Orchid. HEX triplet: 90, 27 and BB. RGB value is (144,39,187). Sum of RGB (Red+Green+Blue) = 144+39+187=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #9027BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9027BB is #6FD844. Grayscale: #565656. Windows color (decimal): -7329861 or 12265360. OLE color: 12265360.

HSL color Cylindrical-coordinate representation of color #9027BB: hue angle of 282.57º 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 #9027BB is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14439187-
CMYK0.230.7900.27
HSL282.57º65.49%44.31%-
HSV(B)282.57º79.14%73.33%-
XYZ21.210.9748.01-
YUV87.27184.29168.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.92%
GREEN value IS 39 (15.62% from 255) = 10.54%
BLUE value IS 187 (73.44% from 255) = 50.54%
R=38.92%
G=10.54%
B=50.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144391870.230.7900.27282.5765.4944.31
Hex9027BB174F01B11b412c
Octal220472732711703343310154
Binary10010000100111101110111011110011110110111000110111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9027BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9027BB; }

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

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

<style>
 a { background-color: #9027BB; }

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

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

<style>
 span { border-color: #9027BB; }

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

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