#9432D7

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

Shades of Dark Orchid #9432D7

Tints of Dark Orchid #9432D7

Color information

#9432D7 (or 0x9432D7) is unknown color: approx Dark Orchid. HEX triplet: 94, 32 and D7. RGB value is (148,50,215). Sum of RGB (Red+Green+Blue) = 148+50+215=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #9432D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9432D7 is #6BCD28. Grayscale: #616161. Windows color (decimal): -7064873 or 14103188. OLE color: 14103188.

HSL color Cylindrical-coordinate representation of color #9432D7: hue angle of 275.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9432D7 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14850215-
CMYK0.310.7700.16
HSL275.64º67.35%51.96%-
HSV(B)275.64º76.74%84.31%-
XYZ25.6213.4865.54-
YUV98.11193.97163.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 50 (19.92% from 255) = 12.11%
BLUE value IS 215 (84.38% from 255) = 52.06%
R=35.84%
G=12.11%
B=52.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148502150.310.7700.16275.6467.3551.96
Hex9432D71F4D0101144334
Octal224623273711502042410364
Binary10010100110010110101111111110011010100001000101001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9432D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9432D7; }

 p { color: rgb(148,50,215); }

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

<style>
 a { background-color: #9432D7; }

 a { background-color: rgb(148,50,215); }

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

<style>
 span { border-color: #9432D7; }

 span { border-color: rgb(148,50,215); }

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