#833ABC

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

Shades of Dark Orchid #833ABC

Tints of Dark Orchid #833ABC

Color information

#833ABC (or 0x833ABC) is unknown color: approx Dark Orchid. HEX triplet: 83, 3A and BC. RGB value is (131,58,188). Sum of RGB (Red+Green+Blue) = 131+58+188=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #833ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833ABC is #7CC543. Grayscale: #5E5E5E. Windows color (decimal): -8176964 or 12335747. OLE color: 12335747.

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

Color convert

RGB13158188-
CMYK0.300.6900.26
HSL273.69º52.85%48.24%-
HSV(B)273.69º69.15%73.73%-
XYZ19.9511.4848.74-
YUV94.65180.68153.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.75%
GREEN value IS 58 (23.05% from 255) = 15.38%
BLUE value IS 188 (73.83% from 255) = 49.87%
R=34.75%
G=15.38%
B=49.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131581880.300.6900.26273.6952.8548.24
Hex833ABC1E4501A1123530
Octal20372274361050324226560
Binary1000001111101010111100111101000101011010100010010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,58,188); }

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

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

 a { background-color: rgb(131,58,188); }

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

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

 span { border-color: rgb(131,58,188); }

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