#8435C1

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

Shades of Dark Orchid #8435C1

Tints of Dark Orchid #8435C1

Color information

#8435C1 (or 0x8435C1) is unknown color: approx Dark Orchid. HEX triplet: 84, 35 and C1. RGB value is (132,53,193). Sum of RGB (Red+Green+Blue) = 132+53+193=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #8435C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8435C1 is #7BCA3E. Grayscale: #5C5C5C. Windows color (decimal): -8112703 or 12662148. OLE color: 12662148.

HSL color Cylindrical-coordinate representation of color #8435C1: hue angle of 273.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8435C1 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13253193-
CMYK0.320.7300.24
HSL273.86º56.91%48.24%-
HSV(B)273.86º72.54%75.69%-
XYZ20.4111.351.56-
YUV92.58184.67156.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.92%
GREEN value IS 53 (21.09% from 255) = 14.02%
BLUE value IS 193 (75.78% from 255) = 51.06%
R=34.92%
G=14.02%
B=51.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal132531930.320.7300.24273.8656.9148.24
Hex8435C120490181123930
Octal20465301401110304227160
Binary10000100110101110000011000001001001011000100010010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8435C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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