#833ABE

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

Shades of Dark Orchid #833ABE

Tints of Dark Orchid #833ABE

Color information

#833ABE (or 0x833ABE) is unknown color: approx Dark Orchid. HEX triplet: 83, 3A and BE. RGB value is (131,58,190). Sum of RGB (Red+Green+Blue) = 131+58+190=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #833ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833ABE is #7CC541. Grayscale: #5E5E5E. Windows color (decimal): -8176962 or 12466819. OLE color: 12466819.

HSL color Cylindrical-coordinate representation of color #833ABE: hue angle of 273.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #833ABE is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13158190-
CMYK0.310.6900.25
HSL273.18º53.23%48.63%-
HSV(B)273.18º69.47%74.51%-
XYZ20.1711.5749.89-
YUV94.88181.68153.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 58 (23.05% from 255) = 15.30%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=34.56%
G=15.30%
B=50.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131581900.310.6900.25273.1853.2348.63
Hex833ABE1F450191113531
Octal20372276371050314216561
Binary1000001111101010111110111111000101011001100010001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833ABE; }

 p { color: rgb(131,58,190); }

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

<style>
 a { background-color: #833ABE; }

 a { background-color: rgb(131,58,190); }

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

<style>
 span { border-color: #833ABE; }

 span { border-color: rgb(131,58,190); }

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