#8333BE

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

Shades of Dark Orchid #8333BE

Tints of Dark Orchid #8333BE

Color information

#8333BE (or 0x8333BE) is unknown color: approx Dark Orchid. HEX triplet: 83, 33 and BE. RGB value is (131,51,190). Sum of RGB (Red+Green+Blue) = 131+51+190=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #8333BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8333BE is #7CCC41. Grayscale: #5A5A5A. Windows color (decimal): -8178754 or 12465027. OLE color: 12465027.

HSL color Cylindrical-coordinate representation of color #8333BE: hue angle of 274.53º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8333BE is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13151190-
CMYK0.310.7300.25
HSL274.53º57.68%47.25%-
HSV(B)274.53º73.16%74.51%-
XYZ19.8410.9149.78-
YUV90.77184156.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.22%
GREEN value IS 51 (20.31% from 255) = 13.71%
BLUE value IS 190 (74.61% from 255) = 51.08%
R=35.22%
G=13.71%
B=51.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131511900.310.7300.25274.5357.6847.25
Hex8333BE1F490191133a2f
Octal20363276371110314237257
Binary1000001111001110111110111111001001011001100010011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8333BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8333BE; }

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

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

<style>
 a { background-color: #8333BE; }

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

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

<style>
 span { border-color: #8333BE; }

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

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