#8435BE

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

Shades of Dark Orchid #8435BE

Tints of Dark Orchid #8435BE

Color information

#8435BE (or 0x8435BE) is unknown color: approx Dark Orchid. HEX triplet: 84, 35 and BE. RGB value is (132,53,190). Sum of RGB (Red+Green+Blue) = 132+53+190=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #8435BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8435BE is #7BCA41. Grayscale: #5B5B5B. Windows color (decimal): -8112706 or 12465540. OLE color: 12465540.

HSL color Cylindrical-coordinate representation of color #8435BE: hue angle of 274.6º degrees, saturation: 0.56, 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 #8435BE is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13253190-
CMYK0.310.7200.25
HSL274.6º56.38%47.65%-
HSV(B)274.6º72.11%74.51%-
XYZ20.0811.1749.81-
YUV92.24183.17156.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 53 (21.09% from 255) = 14.13%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=35.2%
G=14.13%
B=50.67%

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
Decimal132531900.310.7200.25274.656.3847.65
Hex8435BE1F480191133830
Octal20465276371100314237060
Binary1000010011010110111110111111001000011001100010011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8435BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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