#9034CA

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

Shades of Dark Orchid #9034CA

Tints of Dark Orchid #9034CA

Color information

#9034CA (or 0x9034CA) is unknown color: approx Dark Orchid. HEX triplet: 90, 34 and CA. RGB value is (144,52,202). Sum of RGB (Red+Green+Blue) = 144+52+202=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #9034CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9034CA is #6FCB35. Grayscale: #606060. Windows color (decimal): -7326518 or 13251728. OLE color: 13251728.

HSL color Cylindrical-coordinate representation of color #9034CA: hue angle of 276.8º 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 #9034CA is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14452202-
CMYK0.290.7400.21
HSL276.8º59.06%49.8%-
HSV(B)276.8º74.26%79.22%-
XYZ23.3912.6557.09-
YUV96.61187.48161.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.18%
GREEN value IS 52 (20.70% from 255) = 13.07%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=36.18%
G=13.07%
B=50.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144522020.290.7400.21276.859.0649.8
Hex9034CA1D4A0151153b32
Octal22064312351120254257362
Binary1001000011010011001010111011001010010101100010101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9034CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9034CA; }

 p { color: rgb(144,52,202); }

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

<style>
 a { background-color: #9034CA; }

 a { background-color: rgb(144,52,202); }

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

<style>
 span { border-color: #9034CA; }

 span { border-color: rgb(144,52,202); }

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