#9747CD

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

Shades of Dark Orchid #9747CD

Tints of Dark Orchid #9747CD

Color information

#9747CD (or 0x9747CD) is unknown color: approx Dark Orchid. HEX triplet: 97, 47 and CD. RGB value is (151,71,205). Sum of RGB (Red+Green+Blue) = 151+71+205=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #9747CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9747CD is #68B832. Grayscale: #6D6D6D. Windows color (decimal): -6862899 or 13453207. OLE color: 13453207.

HSL color Cylindrical-coordinate representation of color #9747CD: hue angle of 275.82º 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 #9747CD is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15171205-
CMYK0.260.6500.20
HSL275.82º57.26%54.12%-
HSV(B)275.82º65.37%80.39%-
XYZ26.0415.4959.38-
YUV110.2181.5157.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.36%
GREEN value IS 71 (28.12% from 255) = 16.63%
BLUE value IS 205 (80.47% from 255) = 48.01%
R=35.36%
G=16.63%
B=48.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151712050.260.6500.20275.8257.2654.12
Hex9747CD1A410141143936
Octal227107315321010244247166
Binary10010111100011111001101110101000001010100100010100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9747CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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