#9038B1

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

Shades of Dark Orchid #9038B1

Tints of Dark Orchid #9038B1

Color information

#9038B1 (or 0x9038B1) is unknown color: approx Dark Orchid. HEX triplet: 90, 38 and B1. RGB value is (144,56,177). Sum of RGB (Red+Green+Blue) = 144+56+177=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #9038B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9038B1 is #6FC74E. Grayscale: #5F5F5F. Windows color (decimal): -7325519 or 11614352. OLE color: 11614352.

HSL color Cylindrical-coordinate representation of color #9038B1: hue angle of 283.64º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9038B1 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14456177-
CMYK0.190.6800.31
HSL283.64º51.93%45.69%-
HSV(B)283.64º68.36%69.41%-
XYZ20.8511.9342.8-
YUV96.11173.65162.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 56 (22.27% from 255) = 14.85%
BLUE value IS 177 (69.53% from 255) = 46.95%
R=38.20%
G=14.85%
B=46.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144561770.190.6800.31283.6451.9345.69
Hex9038B1134401F11c342e
Octal22070261231040374346456
Binary1001000011100010110001100111000100011111100011100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9038B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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