#8135C0

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

Shades of Dark Orchid #8135C0

Tints of Dark Orchid #8135C0

Color information

#8135C0 (or 0x8135C0) is unknown color: approx Dark Orchid. HEX triplet: 81, 35 and C0. RGB value is (129,53,192). Sum of RGB (Red+Green+Blue) = 129+53+192=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #8135C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8135C0 is #7ECA3F. Grayscale: #5B5B5B. Windows color (decimal): -8309312 or 12596609. OLE color: 12596609.

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

Color convert

RGB12953192-
CMYK0.330.7200.25
HSL272.81º56.73%48.04%-
HSV(B)272.81º72.4%75.29%-
XYZ19.8411.0250.95-
YUV91.57184.68154.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.49%
GREEN value IS 53 (21.09% from 255) = 14.17%
BLUE value IS 192 (75.39% from 255) = 51.34%
R=34.49%
G=14.17%
B=51.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129531920.330.7200.25272.8156.7348.04
Hex8135C021480191113930
Octal20165300411100314217160
Binary10000001110101110000001000011001000011001100010001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8135C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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