#9246CA

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

Shades of Dark Orchid #9246CA

Tints of Dark Orchid #9246CA

Color information

#9246CA (or 0x9246CA) is unknown color: approx Dark Orchid. HEX triplet: 92, 46 and CA. RGB value is (146,70,202). Sum of RGB (Red+Green+Blue) = 146+70+202=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #9246CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9246CA is #6DB935. Grayscale: #6B6B6B. Windows color (decimal): -7190838 or 13256338. OLE color: 13256338.

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

Color convert

RGB14670202-
CMYK0.280.6500.21
HSL274.55º55.46%53.33%-
HSV(B)274.55º65.35%79.22%-
XYZ24.714.7657.42-
YUV107.77181.18155.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 70 (27.73% from 255) = 16.75%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=34.93%
G=16.75%
B=48.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146702020.280.6500.21274.5555.4653.33
Hex9246CA1C410151133735
Octal222106312341010254236765
Binary10010010100011011001010111001000001010101100010011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9246CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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