#8945CC

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

Shades of Dark Orchid #8945CC

Tints of Dark Orchid #8945CC

Color information

#8945CC (or 0x8945CC) is unknown color: approx Dark Orchid. HEX triplet: 89, 45 and CC. RGB value is (137,69,204). Sum of RGB (Red+Green+Blue) = 137+69+204=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #8945CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8945CC is #76BA33. Grayscale: #686868. Windows color (decimal): -7780916 or 13387145. OLE color: 13387145.

HSL color Cylindrical-coordinate representation of color #8945CC: hue angle of 270.22º 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 #8945CC is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13769204-
CMYK0.330.6600.2
HSL270.22º56.96%53.53%-
HSV(B)270.22º66.18%80%-
XYZ23.3413.9358.59-
YUV104.72184.03151.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.41%
GREEN value IS 69 (27.34% from 255) = 16.83%
BLUE value IS 204 (80.08% from 255) = 49.76%
R=33.41%
G=16.83%
B=49.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal137692040.330.6600.2270.2256.9653.53
Hex8945CC214201410e3936
Octal211105314411020244167166
Binary100010011000101110011001000011000010010100100001110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8945CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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