#833BC7

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

Shades of Dark Orchid #833BC7

Tints of Dark Orchid #833BC7

Color information

#833BC7 (or 0x833BC7) is unknown color: approx Dark Orchid. HEX triplet: 83, 3B and C7. RGB value is (131,59,199). Sum of RGB (Red+Green+Blue) = 131+59+199=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 199 (78.12% from 255 or 51.16% from 389); Max value from RGB is 199 - color contains mainly: blue. Hex color #833BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833BC7 is #7CC438. Grayscale: #5F5F5F. Windows color (decimal): -8176697 or 13056899. OLE color: 13056899.

HSL color Cylindrical-coordinate representation of color #833BC7: hue angle of 270.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #833BC7 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13159199-
CMYK0.340.7000.22
HSL270.86º55.56%50.59%-
HSV(B)270.86º70.35%78.04%-
XYZ21.2312.0855.24-
YUV96.49185.85152.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 59 (23.44% from 255) = 15.17%
BLUE value IS 199 (78.12% from 255) = 51.16%
R=33.68%
G=15.17%
B=51.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131591990.340.7000.22270.8655.5650.59
Hex833BC7224601610f3833
Octal20373307421060264177063
Binary10000011111011110001111000101000110010110100001111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,59,199); }

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

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

 a { background-color: rgb(131,59,199); }

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

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

 span { border-color: rgb(131,59,199); }

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