#9345C9

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

Shades of Dark Orchid #9345C9

Tints of Dark Orchid #9345C9

Color information

#9345C9 (or 0x9345C9) is unknown color: approx Dark Orchid. HEX triplet: 93, 45 and C9. RGB value is (147,69,201). Sum of RGB (Red+Green+Blue) = 147+69+201=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #9345C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9345C9 is #6CBA36. Grayscale: #6A6A6A. Windows color (decimal): -7125559 or 13190547. OLE color: 13190547.

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

Color convert

RGB14769201-
CMYK0.270.6600.21
HSL275.45º55%52.94%-
HSV(B)275.45º65.67%78.82%-
XYZ24.714.6856.79-
YUV107.37180.84156.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 69 (27.34% from 255) = 16.55%
BLUE value IS 201 (78.91% from 255) = 48.20%
R=35.25%
G=16.55%
B=48.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal147692010.270.6600.21275.455552.94
Hex9345C91B420151133735
Octal223105311331020254236765
Binary10010011100010111001001110111000010010101100010011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9345C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,69,201); }

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

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

 a { background-color: rgb(147,69,201); }

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

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

 span { border-color: rgb(147,69,201); }

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