#8335BE

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

Shades of Dark Orchid #8335BE

Tints of Dark Orchid #8335BE

Color information

#8335BE (or 0x8335BE) is unknown color: approx Dark Orchid. HEX triplet: 83, 35 and BE. RGB value is (131,53,190). Sum of RGB (Red+Green+Blue) = 131+53+190=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #8335BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8335BE is #7CCA41. Grayscale: #5B5B5B. Windows color (decimal): -8178242 or 12465539. OLE color: 12465539.

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

Color convert

RGB13153190-
CMYK0.310.7200.25
HSL274.16º56.38%47.65%-
HSV(B)274.16º72.11%74.51%-
XYZ19.9311.0949.81-
YUV91.94183.34155.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 53 (21.09% from 255) = 14.17%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=35.03%
G=14.17%
B=50.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131531900.310.7200.25274.1656.3847.65
Hex8335BE1F480191123830
Octal20365276371100314227060
Binary1000001111010110111110111111001000011001100010010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8335BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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