#833EBE

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

Shades of Dark Orchid #833EBE

Tints of Dark Orchid #833EBE

Color information

#833EBE (or 0x833EBE) is unknown color: approx Dark Orchid. HEX triplet: 83, 3E and BE. RGB value is (131,62,190). Sum of RGB (Red+Green+Blue) = 131+62+190=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #833EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833EBE is #7CC141. Grayscale: #606060. Windows color (decimal): -8175938 or 12467843. OLE color: 12467843.

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

Color convert

RGB13162190-
CMYK0.310.6700.25
HSL272.34º50.79%49.41%-
HSV(B)272.34º67.37%74.51%-
XYZ20.3811.9949.96-
YUV97.22180.36152.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.20%
GREEN value IS 62 (24.61% from 255) = 16.19%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=34.20%
G=16.19%
B=49.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131621900.310.6700.25272.3450.7949.41
Hex833EBE1F430191103331
Octal20376276371030314206361
Binary1000001111111010111110111111000011011001100010000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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