#9241C6

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

Shades of Dark Orchid #9241C6

Tints of Dark Orchid #9241C6

Color information

#9241C6 (or 0x9241C6) is unknown color: approx Dark Orchid. HEX triplet: 92, 41 and C6. RGB value is (146,65,198). Sum of RGB (Red+Green+Blue) = 146+65+198=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #9241C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9241C6 is #6DBE39. Grayscale: #676767. Windows color (decimal): -7192122 or 12992914. OLE color: 12992914.

HSL color Cylindrical-coordinate representation of color #9241C6: hue angle of 276.54º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9241C6 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14665198-
CMYK0.260.6700.22
HSL276.54º53.85%51.57%-
HSV(B)276.54º67.17%77.65%-
XYZ23.9413.9754.86-
YUV104.38180.84157.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.70%
GREEN value IS 65 (25.78% from 255) = 15.89%
BLUE value IS 198 (77.73% from 255) = 48.41%
R=35.70%
G=15.89%
B=48.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146651980.260.6700.22276.5453.8551.57
Hex9241C61A430161153634
Octal222101306321030264256664
Binary10010010100000111000110110101000011010110100010101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9241C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9241C6; }

 p { color: rgb(146,65,198); }

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

<style>
 a { background-color: #9241C6; }

 a { background-color: rgb(146,65,198); }

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

<style>
 span { border-color: #9241C6; }

 span { border-color: rgb(146,65,198); }

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