#9740CC

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

Shades of Dark Orchid #9740CC

Tints of Dark Orchid #9740CC

Color information

#9740CC (or 0x9740CC) is unknown color: approx Dark Orchid. HEX triplet: 97, 40 and CC. RGB value is (151,64,204). Sum of RGB (Red+Green+Blue) = 151+64+204=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #9740CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9740CC is #68BF33. Grayscale: #696969. Windows color (decimal): -6864692 or 13385879. OLE color: 13385879.

HSL color Cylindrical-coordinate representation of color #9740CC: hue angle of 277.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9740CC is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15164204-
CMYK0.260.6900.2
HSL277.29º57.85%52.55%-
HSV(B)277.29º68.63%80%-
XYZ25.4914.6158.6-
YUV105.97183.32160.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.04%
GREEN value IS 64 (25.39% from 255) = 15.27%
BLUE value IS 204 (80.08% from 255) = 48.69%
R=36.04%
G=15.27%
B=48.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal151642040.260.6900.2277.2957.8552.55
Hex9740CC1A450141153a35
Octal227100314321050244257265
Binary10010111100000011001100110101000101010100100010101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9740CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9740CC; }

 p { color: rgb(151,64,204); }

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

<style>
 a { background-color: #9740CC; }

 a { background-color: rgb(151,64,204); }

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

<style>
 span { border-color: #9740CC; }

 span { border-color: rgb(151,64,204); }

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