#9346CA

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

Shades of Dark Orchid #9346CA

Tints of Dark Orchid #9346CA

Color information

#9346CA (or 0x9346CA) is unknown color: approx Dark Orchid. HEX triplet: 93, 46 and CA. RGB value is (147,70,202). Sum of RGB (Red+Green+Blue) = 147+70+202=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #9346CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9346CA is #6CB935. Grayscale: #6B6B6B. Windows color (decimal): -7125302 or 13256339. OLE color: 13256339.

HSL color Cylindrical-coordinate representation of color #9346CA: hue angle of 275º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9346CA is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14770202-
CMYK0.270.6500.21
HSL275º55.46%53.33%-
HSV(B)275º65.35%79.22%-
XYZ24.8814.8557.43-
YUV108.07181.01155.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 70 (27.73% from 255) = 16.71%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=35.08%
G=16.71%
B=48.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal147702020.270.6500.2127555.4653.33
Hex9346CA1B410151133735
Octal223106312331010254236765
Binary10010011100011011001010110111000001010101100010011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9346CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,70,202); }

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

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

 a { background-color: rgb(147,70,202); }

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

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

 span { border-color: rgb(147,70,202); }

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