#8244CC

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

Shades of Dark Orchid #8244CC

Tints of Dark Orchid #8244CC

Color information

#8244CC (or 0x8244CC) is unknown color: approx Dark Orchid. HEX triplet: 82, 44 and CC. RGB value is (130,68,204). Sum of RGB (Red+Green+Blue) = 130+68+204=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #8244CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8244CC is #7DBB33. Grayscale: #656565. Windows color (decimal): -8239924 or 13386882. OLE color: 13386882.

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

Color convert

RGB13068204-
CMYK0.360.6700.2
HSL267.35º57.14%53.33%-
HSV(B)267.35º66.67%80%-
XYZ22.1713.2458.51-
YUV102.04185.54147.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 68 (26.95% from 255) = 16.92%
BLUE value IS 204 (80.08% from 255) = 50.75%
R=32.34%
G=16.92%
B=50.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal130682040.360.6700.2267.3557.1453.33
Hex8244CC244301410b3935
Octal202104314441030244137165
Binary100000101000100110011001001001000011010100100001011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8244CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,68,204); }

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

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

 a { background-color: rgb(130,68,204); }

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

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

 span { border-color: rgb(130,68,204); }

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