#833BBD

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

Shades of Dark Orchid #833BBD

Tints of Dark Orchid #833BBD

Color information

#833BBD (or 0x833BBD) is unknown color: approx Dark Orchid. HEX triplet: 83, 3B and BD. RGB value is (131,59,189). Sum of RGB (Red+Green+Blue) = 131+59+189=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #833BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833BBD is #7CC442. Grayscale: #5E5E5E. Windows color (decimal): -8176707 or 12401539. OLE color: 12401539.

HSL color Cylindrical-coordinate representation of color #833BBD: hue angle of 273.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #833BBD is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13159189-
CMYK0.310.6900.26
HSL273.23º52.42%48.63%-
HSV(B)273.23º68.78%74.12%-
XYZ20.1111.6349.33-
YUV95.35180.85153.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 59 (23.44% from 255) = 15.57%
BLUE value IS 189 (74.22% from 255) = 49.87%
R=34.56%
G=15.57%
B=49.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131591890.310.6900.26273.2352.4248.63
Hex833BBD1F4501A1113431
Octal20373275371050324216461
Binary1000001111101110111101111111000101011010100010001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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