#8435BF

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

Shades of Dark Orchid #8435BF

Tints of Dark Orchid #8435BF

Color information

#8435BF (or 0x8435BF) is unknown color: approx Dark Orchid. HEX triplet: 84, 35 and BF. RGB value is (132,53,191). Sum of RGB (Red+Green+Blue) = 132+53+191=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #8435BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8435BF is #7BCA40. Grayscale: #5B5B5B. Windows color (decimal): -8112705 or 12531076. OLE color: 12531076.

HSL color Cylindrical-coordinate representation of color #8435BF: hue angle of 274.35º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8435BF is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13253191-
CMYK0.310.7200.25
HSL274.35º56.56%47.84%-
HSV(B)274.35º72.25%74.9%-
XYZ20.1911.2150.39-
YUV92.35183.67156.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 53 (21.09% from 255) = 14.10%
BLUE value IS 191 (75% from 255) = 50.80%
R=35.11%
G=14.10%
B=50.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132531910.310.7200.25274.3556.5647.84
Hex8435BF1F480191123930
Octal20465277371100314227160
Binary1000010011010110111111111111001000011001100010010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8435BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8435BF; }

 p { color: rgb(132,53,191); }

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

<style>
 a { background-color: #8435BF; }

 a { background-color: rgb(132,53,191); }

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

<style>
 span { border-color: #8435BF; }

 span { border-color: rgb(132,53,191); }

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