#832fb8

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

Shades of Dark Orchid #832FB8

Tints of Dark Orchid #832FB8

Color information

#832FB8 (or 0x832FB8) is unknown color: approx Dark Orchid. HEX triplet: 83, 2F and B8. RGB value is (131,47,184). Sum of RGB (Red+Green+Blue) = 131+47+184=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #832FB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832FB8 is #7CD047. Grayscale: #575757. Windows color (decimal): -8179784 or 12070787. OLE color: 12070787.

HSL color Cylindrical-coordinate representation of color #832FB8: hue angle of 276.79º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #832FB8 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13147184-
CMYK0.290.7400.28
HSL276.79º59.31%45.29%-
HSV(B)276.79º74.46%72.16%-
XYZ19.0310.3246.34-
YUV87.73182.33158.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.19%
GREEN value IS 47 (18.75% from 255) = 12.98%
BLUE value IS 184 (72.27% from 255) = 50.83%
R=36.19%
G=12.98%
B=50.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal131471840.290.7400.28276.7959.3145.29
Hex832FB81D4A01C1153b2d
Octal20357270351120344257355
Binary1000001110111110111000111011001010011100100010101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832fb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832fb8; }

 p { color: rgb(131,47,184); }

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

<style>
 a { background-color: #832fb8; }

 a { background-color: rgb(131,47,184); }

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

<style>
 span { border-color: #832fb8; }

 span { border-color: rgb(131,47,184); }

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