#9442C7

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

Shades of Dark Orchid #9442C7

Tints of Dark Orchid #9442C7

Color information

#9442C7 (or 0x9442C7) is unknown color: approx Dark Orchid. HEX triplet: 94, 42 and C7. RGB value is (148,66,199). Sum of RGB (Red+Green+Blue) = 148+66+199=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #9442C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9442C7 is #6BBD38. Grayscale: #696969. Windows color (decimal): -7060793 or 13058708. OLE color: 13058708.

HSL color Cylindrical-coordinate representation of color #9442C7: hue angle of 276.99º 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 #9442C7 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14866199-
CMYK0.260.6700.22
HSL276.99º54.29%51.96%-
HSV(B)276.99º66.83%78.04%-
XYZ24.4714.3255.51-
YUV105.68180.67158.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 66 (26.17% from 255) = 15.98%
BLUE value IS 199 (78.12% from 255) = 48.18%
R=35.84%
G=15.98%
B=48.18%

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
Decimal148661990.260.6700.22276.9954.2951.96
Hex9442C71A430161153634
Octal224102307321030264256664
Binary10010100100001011000111110101000011010110100010101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9442C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9442C7; }

 p { color: rgb(148,66,199); }

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

<style>
 a { background-color: #9442C7; }

 a { background-color: rgb(148,66,199); }

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

<style>
 span { border-color: #9442C7; }

 span { border-color: rgb(148,66,199); }

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