#833FC7

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

Shades of Dark Orchid #833FC7

Tints of Dark Orchid #833FC7

Color information

#833FC7 (or 0x833FC7) is unknown color: approx Dark Orchid. HEX triplet: 83, 3F and C7. RGB value is (131,63,199). Sum of RGB (Red+Green+Blue) = 131+63+199=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #833FC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833FC7 is #7CC038. Grayscale: #626262. Windows color (decimal): -8175673 or 13057923. OLE color: 13057923.

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

Color convert

RGB13163199-
CMYK0.340.6800.22
HSL270º54.84%51.37%-
HSV(B)270º68.34%78.04%-
XYZ21.4512.555.32-
YUV98.84184.53150.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 63 (25% from 255) = 16.03%
BLUE value IS 199 (78.12% from 255) = 50.64%
R=33.33%
G=16.03%
B=50.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131631990.340.6800.2227054.8451.37
Hex833FC7224401610e3733
Octal20377307421040264166763
Binary10000011111111110001111000101000100010110100001110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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