#9146CA

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

Shades of Dark Orchid #9146CA

Tints of Dark Orchid #9146CA

Color information

#9146CA (or 0x9146CA) is unknown color: approx Dark Orchid. HEX triplet: 91, 46 and CA. RGB value is (145,70,202). Sum of RGB (Red+Green+Blue) = 145+70+202=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #9146CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9146CA is #6EB935. Grayscale: #6B6B6B. Windows color (decimal): -7256374 or 13256337. OLE color: 13256337.

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

Color convert

RGB14570202-
CMYK0.280.6500.21
HSL274.09º55.46%53.33%-
HSV(B)274.09º65.35%79.22%-
XYZ24.5314.6657.41-
YUV107.47181.35154.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 70 (27.73% from 255) = 16.79%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=34.77%
G=16.79%
B=48.44%

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
Decimal145702020.280.6500.21274.0955.4653.33
Hex9146CA1C410151123735
Octal221106312341010254226765
Binary10010001100011011001010111001000001010101100010010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9146CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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