#9747CC

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

Shades of Dark Orchid #9747CC

Tints of Dark Orchid #9747CC

Color information

#9747CC (or 0x9747CC) is unknown color: approx Dark Orchid. HEX triplet: 97, 47 and CC. RGB value is (151,71,204). Sum of RGB (Red+Green+Blue) = 151+71+204=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #9747CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9747CC is #68B833. Grayscale: #6D6D6D. Windows color (decimal): -6862900 or 13387671. OLE color: 13387671.

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

Color convert

RGB15171204-
CMYK0.260.6500.2
HSL276.09º56.6%53.92%-
HSV(B)276.09º65.2%80%-
XYZ25.9115.4558.74-
YUV110.08181157.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.45%
GREEN value IS 71 (28.12% from 255) = 16.67%
BLUE value IS 204 (80.08% from 255) = 47.89%
R=35.45%
G=16.67%
B=47.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal151712040.260.6500.2276.0956.653.92
Hex9747CC1A410141143936
Octal227107314321010244247166
Binary10010111100011111001100110101000001010100100010100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9747CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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