#9433AE

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

Shades of Dark Orchid #9433AE

Tints of Dark Orchid #9433AE

Color information

#9433AE (or 0x9433AE) is unknown color: approx Dark Orchid. HEX triplet: 94, 33 and AE. RGB value is (148,51,174). Sum of RGB (Red+Green+Blue) = 148+51+174=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #9433AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9433AE is #6BCC51. Grayscale: #5D5D5D. Windows color (decimal): -7064658 or 11416468. OLE color: 11416468.

HSL color Cylindrical-coordinate representation of color #9433AE: hue angle of 287.32º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9433AE is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14851174-
CMYK0.150.7100.32
HSL287.32º54.67%44.12%-
HSV(B)287.32º70.69%68.24%-
XYZ21.0411.7241.2-
YUV94.02173.14166.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 51 (20.31% from 255) = 13.67%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=39.68%
G=13.67%
B=46.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148511740.150.7100.32287.3254.6744.12
Hex9433AEF4702011f372c
Octal22463256171070404376754
Binary1001010011001110101110111110001110100000100011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9433AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9433AE; }

 p { color: rgb(148,51,174); }

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

<style>
 a { background-color: #9433AE; }

 a { background-color: rgb(148,51,174); }

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

<style>
 span { border-color: #9433AE; }

 span { border-color: rgb(148,51,174); }

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