#8447CB

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

Shades of Dark Orchid #8447CB

Tints of Dark Orchid #8447CB

Color information

#8447CB (or 0x8447CB) is unknown color: approx Dark Orchid. HEX triplet: 84, 47 and CB. RGB value is (132,71,203). Sum of RGB (Red+Green+Blue) = 132+71+203=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #8447CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8447CB is #7BB834. Grayscale: #676767. Windows color (decimal): -8108085 or 13322116. OLE color: 13322116.

HSL color Cylindrical-coordinate representation of color #8447CB: hue angle of 267.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8447CB is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13271203-
CMYK0.350.6500.20
HSL267.73º55.93%53.73%-
HSV(B)267.73º65.02%79.61%-
XYZ22.5513.7257.96-
YUV104.29183.71147.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 71 (28.12% from 255) = 17.49%
BLUE value IS 203 (79.69% from 255) = 50%
R=32.51%
G=17.49%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132712030.350.6500.20267.7355.9353.73
Hex8447CB234101410c3836
Octal204107313431010244147066
Binary100001001000111110010111000111000001010100100001100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8447CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8447CB; }

 p { color: rgb(132,71,203); }

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

<style>
 a { background-color: #8447CB; }

 a { background-color: rgb(132,71,203); }

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

<style>
 span { border-color: #8447CB; }

 span { border-color: rgb(132,71,203); }

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