#8438bc

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

Shades of Dark Orchid #8438BC

Tints of Dark Orchid #8438BC

Color information

#8438BC (or 0x8438BC) is unknown color: approx Dark Orchid. HEX triplet: 84, 38 and BC. RGB value is (132,56,188). Sum of RGB (Red+Green+Blue) = 132+56+188=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #8438BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8438BC is #7BC743. Grayscale: #5D5D5D. Windows color (decimal): -8111940 or 12335236. OLE color: 12335236.

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

Color convert

RGB13256188-
CMYK0.300.7000.26
HSL274.55º54.1%47.84%-
HSV(B)274.55º70.21%73.73%-
XYZ20.0111.3648.72-
YUV93.77181.18155.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 56 (22.27% from 255) = 14.89%
BLUE value IS 188 (73.83% from 255) = 50%
R=35.11%
G=14.89%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132561880.300.7000.26274.5554.147.84
Hex8438BC1E4601A1133630
Octal20470274361060324236660
Binary1000010011100010111100111101000110011010100010011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8438bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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