#8335BB

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

Shades of Dark Orchid #8335BB

Tints of Dark Orchid #8335BB

Color information

#8335BB (or 0x8335BB) is unknown color: approx Dark Orchid. HEX triplet: 83, 35 and BB. RGB value is (131,53,187). Sum of RGB (Red+Green+Blue) = 131+53+187=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #8335BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8335BB is #7CCA44. Grayscale: #5B5B5B. Windows color (decimal): -8178245 or 12268931. OLE color: 12268931.

HSL color Cylindrical-coordinate representation of color #8335BB: hue angle of 274.93º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8335BB is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13153187-
CMYK0.300.7200.27
HSL274.93º55.83%47.06%-
HSV(B)274.93º71.66%73.33%-
XYZ19.610.9648.1-
YUV91.6181.84156.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 53 (21.09% from 255) = 14.29%
BLUE value IS 187 (73.44% from 255) = 50.40%
R=35.31%
G=14.29%
B=50.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131531870.300.7200.27274.9355.8347.06
Hex8335BB1E4801B113382f
Octal20365273361100334237057
Binary1000001111010110111011111101001000011011100010011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8335BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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