#8330B3

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

Shades of Dark Orchid #8330B3

Tints of Dark Orchid #8330B3

Color information

#8330B3 (or 0x8330B3) is unknown color: approx Dark Orchid. HEX triplet: 83, 30 and B3. RGB value is (131,48,179). Sum of RGB (Red+Green+Blue) = 131+48+179=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #8330B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8330B3 is #7CCF4C. Grayscale: #575757. Windows color (decimal): -8179533 or 11743363. OLE color: 11743363.

HSL color Cylindrical-coordinate representation of color #8330B3: hue angle of 278.02º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8330B3 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13148179-
CMYK0.270.7300.30
HSL278.02º57.71%44.51%-
HSV(B)278.02º73.18%70.2%-
XYZ18.5510.1943.64-
YUV87.75179.5158.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.59%
GREEN value IS 48 (19.14% from 255) = 13.41%
BLUE value IS 179 (70.31% from 255) = 50%
R=36.59%
G=13.41%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131481790.270.7300.30278.0257.7144.51
Hex8330B31B4901E1163a2d
Octal20360263331110364267255
Binary1000001111000010110011110111001001011110100010110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8330B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8330B3; }

 p { color: rgb(131,48,179); }

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

<style>
 a { background-color: #8330B3; }

 a { background-color: rgb(131,48,179); }

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

<style>
 span { border-color: #8330B3; }

 span { border-color: rgb(131,48,179); }

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