#9433AF

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

Shades of Dark Orchid #9433AF

Tints of Dark Orchid #9433AF

Color information

#9433AF (or 0x9433AF) is unknown color: approx Dark Orchid. HEX triplet: 94, 33 and AF. RGB value is (148,51,175). Sum of RGB (Red+Green+Blue) = 148+51+175=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #9433AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9433AF is #6BCC50. Grayscale: #5D5D5D. Windows color (decimal): -7064657 or 11482004. OLE color: 11482004.

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

Color convert

RGB14851175-
CMYK0.150.7100.31
HSL286.94º54.87%44.31%-
HSV(B)286.94º70.86%68.63%-
XYZ21.1311.7641.71-
YUV94.14173.64166.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 51 (20.31% from 255) = 13.64%
BLUE value IS 175 (68.75% from 255) = 46.79%
R=39.57%
G=13.64%
B=46.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148511750.150.7100.31286.9454.8744.31
Hex9433AFF4701F11f372c
Octal22463257171070374376754
Binary100101001100111010111111111000111011111100011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9433AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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