#9033BD

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

Shades of Dark Orchid #9033BD

Tints of Dark Orchid #9033BD

Color information

#9033BD (or 0x9033BD) is unknown color: approx Dark Orchid. HEX triplet: 90, 33 and BD. RGB value is (144,51,189). Sum of RGB (Red+Green+Blue) = 144+51+189=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #9033BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9033BD is #6FCC42. Grayscale: #5E5E5E. Windows color (decimal): -7326787 or 12399504. OLE color: 12399504.

HSL color Cylindrical-coordinate representation of color #9033BD: hue angle of 280.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9033BD is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14451189-
CMYK0.240.7300.26
HSL280.43º57.5%47.06%-
HSV(B)280.43º73.02%74.12%-
XYZ21.8711.9749.3-
YUV94.54181.31163.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.5%
GREEN value IS 51 (20.31% from 255) = 13.28%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=37.5%
G=13.28%
B=49.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144511890.240.7300.26280.4357.547.06
Hex9033BD184901A1183a2f
Octal22063275301110324307257
Binary1001000011001110111101110001001001011010100011000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9033BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9033BD; }

 p { color: rgb(144,51,189); }

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

<style>
 a { background-color: #9033BD; }

 a { background-color: rgb(144,51,189); }

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

<style>
 span { border-color: #9033BD; }

 span { border-color: rgb(144,51,189); }

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