#9038AF

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

Shades of Dark Orchid #9038AF

Tints of Dark Orchid #9038AF

Color information

#9038AF (or 0x9038AF) is unknown color: approx Dark Orchid. HEX triplet: 90, 38 and AF. RGB value is (144,56,175). Sum of RGB (Red+Green+Blue) = 144+56+175=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #9038AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9038AF is #6FC750. Grayscale: #5F5F5F. Windows color (decimal): -7325521 or 11483280. OLE color: 11483280.

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

Color convert

RGB14456175-
CMYK0.180.6800.31
HSL284.37º51.52%45.29%-
HSV(B)284.37º68%68.63%-
XYZ20.6511.8541.76-
YUV95.88172.65162.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.4%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=38.4%
G=14.93%
B=46.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144561750.180.6800.31284.3751.5245.29
Hex9038AF124401F11c342d
Octal22070257221040374346455
Binary1001000011100010101111100101000100011111100011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9038AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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