Html Css Color HEX #832DBF Dark Orchid

📋 copy color: '#832DBF'

red 131 ◦ green 45 ◦ blue 191

#832DBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #832DBF

Tints of Dark Orchid #832DBF

RGB

 RED value IS 131 (51.56% from 255) = 35.69%

 GREEN value IS 45 (17.97% from 255) = 12.26%

 BLUE value IS 191 (75% from 255) = 52.04%

R = 35.69%
G = 12.26%
B = 52.04%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#832DBF (or 0x832DBF) is known color: Dark Orchid. HEX triplet: 83, 2D and BF. RGB value is (131,45,191). Sum of RGB (Red+Green+Blue) = 131+45+191=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #832DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832DBF is #7CD240. Grayscale: #565656. Windows color (decimal): -8180289 or 12529027. OLE color: 12529027.

HSL color Cylindrical-coordinate representation of color #832DBF: hue angle of 275.34º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832DBF is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 45 191 -
CMYK 0.31 0.76 0 0.25
HSL 275.34º 0.62% 0.46% -
HSV(B) 275.34º 0.76% 0.75% -
XYZ 19.7 10.46 50.27 -
YUV 87.36 186.49 159.13 -
System Red Green Blue C M Y K H S L
Decimal 131 45 191 0.31 0.76 0 0.25 275.34 0.62 0.46
Hex 83 2D BF 1F 4C 0 19 113 3E 2E
Octal 203 55 277 37 114 0 31 423 76 56
Binary 10000011 101101 10111111 11111 1001100 0 11001 100010011 111110 101110

Color Harmonies of #832DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832DBF

Black with #832DBF

Text Example


Text Example

White with #832DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,45,191); }

 H1.HeaderClassName
 {
   color: #832DBF;
 }
 .AnyTagClassName
 {
   color: #832DBF;
 }
</style>

background-color css

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

 a { background-color: rgb(131,45,191); }

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

border-color css

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

 span { border-color: rgb(131,45,191); }

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