#9745CC

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

Shades of Dark Orchid #9745CC

Tints of Dark Orchid #9745CC

Color information

#9745CC (or 0x9745CC) is unknown color: approx Dark Orchid. HEX triplet: 97, 45 and CC. RGB value is (151,69,204). Sum of RGB (Red+Green+Blue) = 151+69+204=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #9745CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9745CC is #68BA33. Grayscale: #6C6C6C. Windows color (decimal): -6863412 or 13387159. OLE color: 13387159.

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

Color convert

RGB15169204-
CMYK0.260.6600.2
HSL276.44º56.96%53.53%-
HSV(B)276.44º66.18%80%-
XYZ25.7915.258.7-
YUV108.91181.67158.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.61%
GREEN value IS 69 (27.34% from 255) = 16.27%
BLUE value IS 204 (80.08% from 255) = 48.11%
R=35.61%
G=16.27%
B=48.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal151692040.260.6600.2276.4456.9653.53
Hex9745CC1A420141143936
Octal227105314321020244247166
Binary10010111100010111001100110101000010010100100010100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9745CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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