#9246C9

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

Shades of Dark Orchid #9246C9

Tints of Dark Orchid #9246C9

Color information

#9246C9 (or 0x9246C9) is unknown color: approx Dark Orchid. HEX triplet: 92, 46 and C9. RGB value is (146,70,201). Sum of RGB (Red+Green+Blue) = 146+70+201=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 70 (27.73% from 255 or 16.79% 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 #9246C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9246C9 is #6DB936. Grayscale: #6B6B6B. Windows color (decimal): -7190839 or 13190802. OLE color: 13190802.

HSL color Cylindrical-coordinate representation of color #9246C9: hue angle of 274.81º 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 #9246C9 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14670201-
CMYK0.270.6500.21
HSL274.81º54.81%53.14%-
HSV(B)274.81º65.17%78.82%-
XYZ24.5914.7156.8-
YUV107.66180.68155.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 70 (27.73% from 255) = 16.79%
BLUE value IS 201 (78.91% from 255) = 48.20%
R=35.01%
G=16.79%
B=48.20%

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
Decimal146702010.270.6500.21274.8154.8153.14
Hex9246C91B410151133735
Octal222106311331010254236765
Binary10010010100011011001001110111000001010101100010011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9246C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,70,201); }

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

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

 a { background-color: rgb(146,70,201); }

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

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

 span { border-color: rgb(146,70,201); }

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