#8441C8

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

Shades of Dark Orchid #8441C8

Tints of Dark Orchid #8441C8

Color information

#8441C8 (or 0x8441C8) is unknown color: approx Dark Orchid. HEX triplet: 84, 41 and C8. RGB value is (132,65,200). Sum of RGB (Red+Green+Blue) = 132+65+200=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #8441C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8441C8 is #7BBE37. Grayscale: #636363. Windows color (decimal): -8109624 or 13123972. OLE color: 13123972.

HSL color Cylindrical-coordinate representation of color #8441C8: hue angle of 269.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8441C8 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13265200-
CMYK0.340.6800.22
HSL269.78º55.1%51.96%-
HSV(B)269.78º67.5%78.43%-
XYZ21.8312.8655.97-
YUV100.42184.2150.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.25%
GREEN value IS 65 (25.78% from 255) = 16.37%
BLUE value IS 200 (78.52% from 255) = 50.38%
R=33.25%
G=16.37%
B=50.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal132652000.340.6800.22269.7855.151.96
Hex8441C8224401610e3734
Octal204101310421040264166764
Binary100001001000001110010001000101000100010110100001110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8441C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8441C8; }

 p { color: rgb(132,65,200); }

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

<style>
 a { background-color: #8441C8; }

 a { background-color: rgb(132,65,200); }

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

<style>
 span { border-color: #8441C8; }

 span { border-color: rgb(132,65,200); }

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