#8335C0

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

Shades of Dark Orchid #8335C0

Tints of Dark Orchid #8335C0

Color information

#8335C0 (or 0x8335C0) is unknown color: approx Dark Orchid. HEX triplet: 83, 35 and C0. RGB value is (131,53,192). Sum of RGB (Red+Green+Blue) = 131+53+192=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #8335C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8335C0 is #7CCA3F. Grayscale: #5B5B5B. Windows color (decimal): -8178240 or 12596611. OLE color: 12596611.

HSL color Cylindrical-coordinate representation of color #8335C0: hue angle of 273.67º 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 #8335C0 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13153192-
CMYK0.320.7200.25
HSL273.67º56.73%48.04%-
HSV(B)273.67º72.4%75.29%-
XYZ20.1511.1850.96-
YUV92.17184.34155.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.84%
GREEN value IS 53 (21.09% from 255) = 14.10%
BLUE value IS 192 (75.39% from 255) = 51.06%
R=34.84%
G=14.10%
B=51.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131531920.320.7200.25273.6756.7348.04
Hex8335C020480191123930
Octal20365300401100314227160
Binary10000011110101110000001000001001000011001100010010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8335C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8335C0; }

 p { color: rgb(131,53,192); }

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

<style>
 a { background-color: #8335C0; }

 a { background-color: rgb(131,53,192); }

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

<style>
 span { border-color: #8335C0; }

 span { border-color: rgb(131,53,192); }

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