#9243CA

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

Shades of Dark Orchid #9243CA

Tints of Dark Orchid #9243CA

Color information

#9243CA (or 0x9243CA) is unknown color: approx Dark Orchid. HEX triplet: 92, 43 and CA. RGB value is (146,67,202). Sum of RGB (Red+Green+Blue) = 146+67+202=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #9243CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9243CA is #6DBC35. Grayscale: #696969. Windows color (decimal): -7191606 or 13255570. OLE color: 13255570.

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

Color convert

RGB14667202-
CMYK0.280.6700.21
HSL275.11º56.02%52.75%-
HSV(B)275.11º66.83%79.22%-
XYZ24.5214.3957.36-
YUV106.01182.17156.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.18%
GREEN value IS 67 (26.56% from 255) = 16.14%
BLUE value IS 202 (79.30% from 255) = 48.67%
R=35.18%
G=16.14%
B=48.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146672020.280.6700.21275.1156.0252.75
Hex9243CA1C430151133835
Octal222103312341030254237065
Binary10010010100001111001010111001000011010101100010011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9243CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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