#9038B8

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

Shades of Dark Orchid #9038B8

Tints of Dark Orchid #9038B8

Color information

#9038B8 (or 0x9038B8) is unknown color: approx Dark Orchid. HEX triplet: 90, 38 and B8. RGB value is (144,56,184). Sum of RGB (Red+Green+Blue) = 144+56+184=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 184 - color contains mainly: blue. Hex color #9038B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9038B8 is #6FC747. Grayscale: #606060. Windows color (decimal): -7325512 or 12073104. OLE color: 12073104.

HSL color Cylindrical-coordinate representation of color #9038B8: hue angle of 281.25º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9038B8 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14456184-
CMYK0.220.7000.28
HSL281.25º53.33%47.06%-
HSV(B)281.25º69.57%72.16%-
XYZ21.5712.2246.57-
YUV96.9177.15161.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.5%
GREEN value IS 56 (22.27% from 255) = 14.58%
BLUE value IS 184 (72.27% from 255) = 47.92%
R=37.5%
G=14.58%
B=47.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal144561840.220.7000.28281.2553.3347.06
Hex9038B8164601C119352f
Octal22070270261060344316557
Binary1001000011100010111000101101000110011100100011001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9038B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9038B8; }

 p { color: rgb(144,56,184); }

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

<style>
 a { background-color: #9038B8; }

 a { background-color: rgb(144,56,184); }

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

<style>
 span { border-color: #9038B8; }

 span { border-color: rgb(144,56,184); }

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