#9134CA

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

Shades of Dark Orchid #9134CA

Tints of Dark Orchid #9134CA

Color information

#9134CA (or 0x9134CA) is unknown color: approx Dark Orchid. HEX triplet: 91, 34 and CA. RGB value is (145,52,202). Sum of RGB (Red+Green+Blue) = 145+52+202=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #9134CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9134CA is #6ECB35. Grayscale: #606060. Windows color (decimal): -7260982 or 13251729. OLE color: 13251729.

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

Color convert

RGB14552202-
CMYK0.280.7400.21
HSL277.2º59.06%49.8%-
HSV(B)277.2º74.26%79.22%-
XYZ23.5712.7457.09-
YUV96.91187.31162.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.34%
GREEN value IS 52 (20.70% from 255) = 13.03%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=36.34%
G=13.03%
B=50.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal145522020.280.7400.21277.259.0649.8
Hex9134CA1C4A0151153b32
Octal22164312341120254257362
Binary1001000111010011001010111001001010010101100010101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9134CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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