#8848D2

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

Shades of Dark Orchid #8848D2

Tints of Dark Orchid #8848D2

Color information

#8848D2 (or 0x8848D2) is unknown color: approx Dark Orchid. HEX triplet: 88, 48 and D2. RGB value is (136,72,210). Sum of RGB (Red+Green+Blue) = 136+72+210=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #8848D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8848D2 is #77B72D. Grayscale: #6A6A6A. Windows color (decimal): -7845678 or 13781128. OLE color: 13781128.

HSL color Cylindrical-coordinate representation of color #8848D2: hue angle of 267.83º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8848D2 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13672210-
CMYK0.350.6600.18
HSL267.83º60.53%55.29%-
HSV(B)267.83º65.71%82.35%-
XYZ24.114.5262.51-
YUV106.87186.2148.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.54%
GREEN value IS 72 (28.52% from 255) = 17.22%
BLUE value IS 210 (82.42% from 255) = 50.24%
R=32.54%
G=17.22%
B=50.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal136722100.350.6600.18267.8360.5355.29
Hex8848D2234201210c3d37
Octal210110322431020224147567
Binary100010001001000110100101000111000010010010100001100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8848D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8848D2; }

 p { color: rgb(136,72,210); }

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

<style>
 a { background-color: #8848D2; }

 a { background-color: rgb(136,72,210); }

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

<style>
 span { border-color: #8848D2; }

 span { border-color: rgb(136,72,210); }

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