#9434C9

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

Shades of Dark Orchid #9434C9

Tints of Dark Orchid #9434C9

Color information

#9434C9 (or 0x9434C9) is unknown color: approx Dark Orchid. HEX triplet: 94, 34 and C9. RGB value is (148,52,201). Sum of RGB (Red+Green+Blue) = 148+52+201=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #9434C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9434C9 is #6BCB36. Grayscale: #616161. Windows color (decimal): -7064375 or 13186196. OLE color: 13186196.

HSL color Cylindrical-coordinate representation of color #9434C9: hue angle of 278.66º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9434C9 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14852201-
CMYK0.260.7400.21
HSL278.66º58.89%49.61%-
HSV(B)278.66º74.13%78.82%-
XYZ23.9812.9756.5-
YUV97.69186.3163.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 52 (20.70% from 255) = 12.97%
BLUE value IS 201 (78.91% from 255) = 50.12%
R=36.91%
G=12.97%
B=50.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148522010.260.7400.21278.6658.8949.61
Hex9434C91A4A0151173b32
Octal22464311321120254277362
Binary1001010011010011001001110101001010010101100010111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9434C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9434C9; }

 p { color: rgb(148,52,201); }

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

<style>
 a { background-color: #9434C9; }

 a { background-color: rgb(148,52,201); }

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

<style>
 span { border-color: #9434C9; }

 span { border-color: rgb(148,52,201); }

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