#8438BB

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

Shades of Dark Orchid #8438BB

Tints of Dark Orchid #8438BB

Color information

#8438BB (or 0x8438BB) is unknown color: approx Dark Orchid. HEX triplet: 84, 38 and BB. RGB value is (132,56,187). Sum of RGB (Red+Green+Blue) = 132+56+187=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #8438BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8438BB is #7BC744. Grayscale: #5D5D5D. Windows color (decimal): -8111941 or 12269700. OLE color: 12269700.

HSL color Cylindrical-coordinate representation of color #8438BB: hue angle of 274.81º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8438BB is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13256187-
CMYK0.290.7000.27
HSL274.81º53.91%47.65%-
HSV(B)274.81º70.05%73.33%-
XYZ19.911.3248.15-
YUV93.66180.68155.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=35.2%
G=14.93%
B=49.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132561870.290.7000.27274.8153.9147.65
Hex8438BB1D4601B1133630
Octal20470273351060334236660
Binary1000010011100010111011111011000110011011100010011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8438BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8438BB; }

 p { color: rgb(132,56,187); }

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

<style>
 a { background-color: #8438BB; }

 a { background-color: rgb(132,56,187); }

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

<style>
 span { border-color: #8438BB; }

 span { border-color: rgb(132,56,187); }

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